#A49130

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

Shades of Reef Gold #A49130

Tints of Reef Gold #A49130

Color information

#A49130 (or 0xA49130) is unknown color: approx Reef Gold. HEX triplet: A4, 91 and 30. RGB value is (164,145,48). Sum of RGB (Red+Green+Blue) = 164+145+48=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A49130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49130 is #5B6ECF. Grayscale: #8C8C8C. Windows color (decimal): -5992144 or 3183012. OLE color: 3183012.

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

Color convert

RGB16414548-
CMYK00.120.710.36
HSL50.17º54.72%41.57%-
HSV(B)50.17º70.73%64.31%-
XYZ25.9728.366.9-
YUV139.6276.29145.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 48 (19.14% from 255) = 13.45%
R=45.94%
G=40.62%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641454800.120.710.3650.1754.7241.57
HexA491300C472432372a
Octal2442216001410744626752
Binary1010010010010001110000011001000111100100110010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49130; }

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

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

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

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

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

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

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

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