#A7912F

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

Shades of Reef Gold #A7912F

Tints of Reef Gold #A7912F

Color information

#A7912F (or 0xA7912F) is unknown color: approx Reef Gold. HEX triplet: A7, 91 and 2F. RGB value is (167,145,47). Sum of RGB (Red+Green+Blue) = 167+145+47=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A7912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7912F is #586ED0. Grayscale: #8C8C8C. Windows color (decimal): -5795537 or 3117479. OLE color: 3117479.

HSL color Cylindrical-coordinate representation of color #A7912F: hue angle of 49º 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 #A7912F is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16714547-
CMYK00.130.720.35
HSL49º56.07%41.96%-
HSV(B)49º71.86%65.49%-
XYZ26.5728.676.82-
YUV140.4175.29146.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 47 (18.75% from 255) = 13.09%
R=46.52%
G=40.39%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671454700.130.720.354956.0741.96
HexA7912F0D482331382a
Octal2472215701511043617052
Binary1010011110010001101111011011001000100011110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7912F; }

 p { color: rgb(167,145,47); }

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

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

 a { background-color: rgb(167,145,47); }

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

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

 span { border-color: rgb(167,145,47); }

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