#A2983E

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

Shades of Reef Gold #A2983E

Tints of Reef Gold #A2983E

Color information

#A2983E (or 0xA2983E) is unknown color: approx Reef Gold. HEX triplet: A2, 98 and 3E. RGB value is (162,152,62). Sum of RGB (Red+Green+Blue) = 162+152+62=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2983E is #5D67C1. Grayscale: #919191. Windows color (decimal): -6121410 or 4102306. OLE color: 4102306.

HSL color Cylindrical-coordinate representation of color #A2983E: hue angle of 54º 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 #A2983E is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16215262-
CMYK00.060.620.36
HSL54º44.64%43.92%-
HSV(B)54º61.73%63.53%-
XYZ2730.499.02-
YUV144.7381.31140.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 152 (59.77% from 255) = 40.43%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=43.09%
G=40.43%
B=16.49%

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
Decimal1621526200.060.620.365444.6443.92
HexA2983E063E24362d2c
Octal24223076067644665554
Binary10100010100110001111100110111110100100110110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2983E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2983E; }

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

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

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

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

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

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

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

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