#A18537

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

Shades of Reef Gold #A18537

Tints of Reef Gold #A18537

Color information

#A18537 (or 0xA18537) is unknown color: approx Reef Gold. HEX triplet: A1, 85 and 37. RGB value is (161,133,55). Sum of RGB (Red+Green+Blue) = 161+133+55=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A18537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18537 is #5E7AC8. Grayscale: #848484. Windows color (decimal): -6191817 or 3638689. OLE color: 3638689.

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

Color convert

RGB16113355-
CMYK00.170.660.37
HSL44.15º49.07%42.35%-
HSV(B)44.15º65.84%63.14%-
XYZ23.7824.637.12-
YUV132.4884.28148.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 55 (21.88% from 255) = 15.76%
R=46.13%
G=38.11%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611335500.170.660.3744.1549.0742.35
HexA1853701142252c312a
Octal2412056702110245546152
Binary10100001100001011101110100011000010100101101100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18537; }

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

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

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

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

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

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

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

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