#A4912E

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

Shades of Reef Gold #A4912E

Tints of Reef Gold #A4912E

Color information

#A4912E (or 0xA4912E) is unknown color: approx Reef Gold. HEX triplet: A4, 91 and 2E. RGB value is (164,145,46). Sum of RGB (Red+Green+Blue) = 164+145+46=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4912E is #5B6ED1. Grayscale: #8B8B8B. Windows color (decimal): -5992146 or 3051940. OLE color: 3051940.

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

Color convert

RGB16414546-
CMYK00.120.720.36
HSL50.34º56.19%41.18%-
HSV(B)50.34º71.95%64.31%-
XYZ25.9328.346.69-
YUV139.475.29145.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 46 (18.36% from 255) = 12.96%
R=46.20%
G=40.85%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641454600.120.720.3650.3456.1941.18
HexA4912E0C4824323829
Octal2442215601411044627051
Binary1010010010010001101110011001001000100100110010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4912E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4912E; }

 p { color: rgb(164,145,46); }

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

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

 a { background-color: rgb(164,145,46); }

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

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

 span { border-color: rgb(164,145,46); }

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