#A8912C

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

Shades of Reef Gold #A8912C

Tints of Reef Gold #A8912C

Color information

#A8912C (or 0xA8912C) is unknown color: approx Reef Gold. HEX triplet: A8, 91 and 2C. RGB value is (168,145,44). Sum of RGB (Red+Green+Blue) = 168+145+44=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A8912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8912C is #576ED3. Grayscale: #8C8C8C. Windows color (decimal): -5730004 or 2920872. OLE color: 2920872.

HSL color Cylindrical-coordinate representation of color #A8912C: hue angle of 48.87º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8912C is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB16814544-
CMYK00.140.740.34
HSL48.87º58.49%41.57%-
HSV(B)48.87º73.81%65.88%-
XYZ26.7328.766.52-
YUV140.3673.62147.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.06%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 44 (17.58% from 255) = 12.32%
R=47.06%
G=40.62%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681454400.140.740.3448.8758.4941.57
HexA8912C0E4A22313a2a
Octal2502215401611242617252
Binary1010100010010001101100011101001010100010110001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8912C; }

 p { color: rgb(168,145,44); }

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

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

 a { background-color: rgb(168,145,44); }

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

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

 span { border-color: rgb(168,145,44); }

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