#A5972E

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

Shades of Reef Gold #A5972E

Tints of Reef Gold #A5972E

Color information

#A5972E (or 0xA5972E) is unknown color: approx Reef Gold. HEX triplet: A5, 97 and 2E. RGB value is (165,151,46). Sum of RGB (Red+Green+Blue) = 165+151+46=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5972E is #5A68D1. Grayscale: #8F8F8F. Windows color (decimal): -5925074 or 3053477. OLE color: 3053477.

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

Color convert

RGB16515146-
CMYK00.080.720.35
HSL52.94º56.4%41.37%-
HSV(B)52.94º72.12%64.71%-
XYZ27.0830.337.01-
YUV143.2273.14143.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=45.58%
G=41.71%
B=12.71%

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
Decimal1651514600.080.720.3552.9456.441.37
HexA5972E084823353829
Octal2452275601011043657051
Binary1010010110010111101110010001001000100011110101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5972E; }

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

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

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

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

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

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

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

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