#A49436

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

Shades of Reef Gold #A49436

Tints of Reef Gold #A49436

Color information

#A49436 (or 0xA49436) is unknown color: approx Reef Gold. HEX triplet: A4, 94 and 36. RGB value is (164,148,54). Sum of RGB (Red+Green+Blue) = 164+148+54=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A49436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49436 is #5B6BC9. Grayscale: #8E8E8E. Windows color (decimal): -5991370 or 3576996. OLE color: 3576996.

HSL color Cylindrical-coordinate representation of color #A49436: hue angle of 51.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A49436 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16414854-
CMYK00.100.670.36
HSL51.27º50.46%42.75%-
HSV(B)51.27º67.07%64.31%-
XYZ26.5729.347.75-
YUV142.0778.3143.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 54 (21.48% from 255) = 14.75%
R=44.81%
G=40.44%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641485400.100.670.3651.2750.4642.75
HexA494360A432433322b
Octal2442246601210344636253
Binary1010010010010100110110010101000011100100110011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49436; }

 p { color: rgb(164,148,54); }

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

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

 a { background-color: rgb(164,148,54); }

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

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

 span { border-color: rgb(164,148,54); }

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