#A2993E

Color #A2993E Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A2993E

Tints of Reef Gold #A2993E

Color information

#A2993E (or 0xA2993E) is unknown color: approx Reef Gold. HEX triplet: A2, 99 and 3E. RGB value is (162,153,62). Sum of RGB (Red+Green+Blue) = 162+153+62=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2993E is #5D66C1. Grayscale: #919191. Windows color (decimal): -6121154 or 4102562. OLE color: 4102562.

HSL color Cylindrical-coordinate representation of color #A2993E: hue angle of 54.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2993E is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16215362-
CMYK00.060.620.36
HSL54.6º44.64%43.92%-
HSV(B)54.6º61.73%63.53%-
XYZ27.1630.819.07-
YUV145.3280.98139.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 62 (24.61% from 255) = 16.45%
R=42.97%
G=40.58%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621536200.060.620.3654.644.6443.92
HexA2993E063E24372d2c
Octal24223176067644675554
Binary10100010100110011111100110111110100100110111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2993E; }

 p { color: rgb(162,153,62); }

 H1.HeaderClassName
 {
   color: #A2993E;
 }
 .AnyTagClassName
 {
   color: #A2993E;
 }
</style>
background-color css

<style>
 a { background-color: #A2993E; }

 a { background-color: rgb(162,153,62); }

 div.DivClassName
 {
   background-color: #A2993E;
 }
 .BgClassName
 {
   background-color: #A2993E;
 }
</style>
border-color css

<style>
 span { border-color: #A2993E; }

 span { border-color: rgb(162,153,62); }

 td.TdClassName
 {
   border-color: #A2993E;
 }
 .TagClassName
 {
   border-color: #A2993E;
 }
</style>