#A5972F

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

Shades of Reef Gold #A5972F

Tints of Reef Gold #A5972F

Color information

#A5972F (or 0xA5972F) is unknown color: approx Reef Gold. HEX triplet: A5, 97 and 2F. RGB value is (165,151,47). Sum of RGB (Red+Green+Blue) = 165+151+47=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5972F is #5A68D0. Grayscale: #8F8F8F. Windows color (decimal): -5925073 or 3119013. OLE color: 3119013.

HSL color Cylindrical-coordinate representation of color #A5972F: hue angle of 52.88º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5972F is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16515147-
CMYK00.080.720.35
HSL52.88º55.66%41.57%-
HSV(B)52.88º71.52%64.71%-
XYZ27.130.347.12-
YUV143.3373.64143.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 47 (18.75% from 255) = 12.95%
R=45.45%
G=41.60%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651514700.080.720.3552.8855.6641.57
HexA5972F08482335382a
Octal2452275701011043657052
Binary1010010110010111101111010001001000100011110101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5972F; }

 p { color: rgb(165,151,47); }

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

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

 a { background-color: rgb(165,151,47); }

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

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

 span { border-color: rgb(165,151,47); }

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