#A2973C

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

Shades of Reef Gold #A2973C

Tints of Reef Gold #A2973C

Color information

#A2973C (or 0xA2973C) is unknown color: approx Reef Gold. HEX triplet: A2, 97 and 3C. RGB value is (162,151,60). Sum of RGB (Red+Green+Blue) = 162+151+60=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2973C is #5D68C3. Grayscale: #909090. Windows color (decimal): -6121668 or 3970978. OLE color: 3970978.

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

Color convert

RGB16215160-
CMYK00.070.630.36
HSL53.53º45.95%43.53%-
HSV(B)53.53º62.96%63.53%-
XYZ26.7830.148.68-
YUV143.9280.64140.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=43.43%
G=40.48%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621516000.070.630.3653.5345.9543.53
HexA2973C073F24362e2c
Octal24222774077744665654
Binary10100010100101111111000111111111100100110110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2973C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2973C; }

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

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

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

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

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

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

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

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