#A19536

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

Shades of Reef Gold #A19536

Tints of Reef Gold #A19536

Color information

#A19536 (or 0xA19536) is unknown color: approx Reef Gold. HEX triplet: A1, 95 and 36. RGB value is (161,149,54). Sum of RGB (Red+Green+Blue) = 161+149+54=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A19536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19536 is #5E6AC9. Grayscale: #8E8E8E. Windows color (decimal): -6187722 or 3577249. OLE color: 3577249.

HSL color Cylindrical-coordinate representation of color #A19536: hue angle of 53.27º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A19536 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16114954-
CMYK00.070.660.37
HSL53.27º49.77%42.16%-
HSV(B)53.27º66.46%63.14%-
XYZ26.1129.347.78-
YUV141.7678.48141.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 54 (21.48% from 255) = 14.84%
R=44.23%
G=40.93%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611495400.070.660.3753.2749.7742.16
HexA1953607422535322a
Octal241225660710245656252
Binary101000011001010111011001111000010100101110101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19536; }

 p { color: rgb(161,149,54); }

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

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

 a { background-color: rgb(161,149,54); }

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

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

 span { border-color: rgb(161,149,54); }

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