#A19537

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

Shades of Reef Gold #A19537

Tints of Reef Gold #A19537

Color information

#A19537 (or 0xA19537) is unknown color: approx Reef Gold. HEX triplet: A1, 95 and 37. RGB value is (161,149,55). Sum of RGB (Red+Green+Blue) = 161+149+55=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A19537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19537 is #5E6AC8. Grayscale: #8E8E8E. Windows color (decimal): -6187721 or 3642785. OLE color: 3642785.

HSL color Cylindrical-coordinate representation of color #A19537: hue angle of 53.21º degrees, saturation: 0.49, 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 #A19537 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16114955-
CMYK00.070.660.37
HSL53.21º49.07%42.35%-
HSV(B)53.21º65.84%63.14%-
XYZ26.1329.357.9-
YUV141.8778.98141.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 55 (21.88% from 255) = 15.07%
R=44.11%
G=40.82%
B=15.07%

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
Decimal1611495500.070.660.3753.2149.0742.35
HexA1953707422535312a
Octal241225670710245656152
Binary101000011001010111011101111000010100101110101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19537; }

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

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

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

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

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

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

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

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