#A2973A

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

Shades of Reef Gold #A2973A

Tints of Reef Gold #A2973A

Color information

#A2973A (or 0xA2973A) is unknown color: approx Reef Gold. HEX triplet: A2, 97 and 3A. RGB value is (162,151,58). Sum of RGB (Red+Green+Blue) = 162+151+58=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2973A is #5D68C5. Grayscale: #909090. Windows color (decimal): -6121670 or 3839906. OLE color: 3839906.

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

Color convert

RGB16215158-
CMYK00.070.640.36
HSL53.65º47.27%43.14%-
HSV(B)53.65º64.2%63.53%-
XYZ26.7330.128.41-
YUV143.6979.64141.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=43.67%
G=40.70%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621515800.070.640.3653.6547.2743.14
HexA2973A074024362f2b
Octal242227720710044665753
Binary101000101001011111101001111000000100100110110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2973A; }

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

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

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

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

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

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

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

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