#A49533

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

Shades of Reef Gold #A49533

Tints of Reef Gold #A49533

Color information

#A49533 (or 0xA49533) is unknown color: approx Reef Gold. HEX triplet: A4, 95 and 33. RGB value is (164,149,51). Sum of RGB (Red+Green+Blue) = 164+149+51=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A49533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49533 is #5B6ACC. Grayscale: #8E8E8E. Windows color (decimal): -5991117 or 3380644. OLE color: 3380644.

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

Color convert

RGB16414951-
CMYK00.090.690.36
HSL52.04º52.56%42.16%-
HSV(B)52.04º68.9%64.31%-
XYZ26.6529.637.45-
YUV142.3176.47143.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 51 (20.31% from 255) = 14.01%
R=45.05%
G=40.93%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641495100.090.690.3652.0452.5642.16
HexA4953309452434352a
Octal2442256301110544646552
Binary1010010010010101110011010011000101100100110100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49533; }

 p { color: rgb(164,149,51); }

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

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

 a { background-color: rgb(164,149,51); }

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

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

 span { border-color: rgb(164,149,51); }

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