#A18535

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

Shades of Reef Gold #A18535

Tints of Reef Gold #A18535

Color information

#A18535 (or 0xA18535) is unknown color: approx Reef Gold. HEX triplet: A1, 85 and 35. RGB value is (161,133,53). Sum of RGB (Red+Green+Blue) = 161+133+53=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A18535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18535 is #5E7ACA. Grayscale: #848484. Windows color (decimal): -6191819 or 3507617. OLE color: 3507617.

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

Color convert

RGB16113353-
CMYK00.170.670.37
HSL44.44º50.47%41.96%-
HSV(B)44.44º67.08%63.14%-
XYZ23.7324.616.87-
YUV132.2583.28148.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=46.40%
G=38.33%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611335300.170.670.3744.4450.4741.96
HexA1853501143252c322a
Octal2412056502110345546252
Binary10100001100001011101010100011000011100101101100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18535; }

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

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

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

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

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

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

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

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