#A2973E

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

Shades of Reef Gold #A2973E

Tints of Reef Gold #A2973E

Color information

#A2973E (or 0xA2973E) is unknown color: approx Reef Gold. HEX triplet: A2, 97 and 3E. RGB value is (162,151,62). Sum of RGB (Red+Green+Blue) = 162+151+62=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2973E is #5D68C1. Grayscale: #909090. Windows color (decimal): -6121666 or 4102050. OLE color: 4102050.

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

Color convert

RGB16215162-
CMYK00.070.620.36
HSL53.4º44.64%43.92%-
HSV(B)53.4º61.73%63.53%-
XYZ26.8430.168.96-
YUV144.1481.64140.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 151 (59.38% from 255) = 40.27%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=43.2%
G=40.27%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621516200.070.620.3653.444.6443.92
HexA2973E073E24352d2c
Octal24222776077644655554
Binary10100010100101111111100111111110100100110101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2973E; }

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

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

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

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

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

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

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

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