#A18533

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

Shades of Reef Gold #A18533

Tints of Reef Gold #A18533

Color information

#A18533 (or 0xA18533) is unknown color: approx Reef Gold. HEX triplet: A1, 85 and 33. RGB value is (161,133,51). Sum of RGB (Red+Green+Blue) = 161+133+51=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A18533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18533 is #5E7ACC. Grayscale: #848484. Windows color (decimal): -6191821 or 3376545. OLE color: 3376545.

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

Color convert

RGB16113351-
CMYK00.170.680.37
HSL44.73º51.89%41.57%-
HSV(B)44.73º68.32%63.14%-
XYZ23.6824.596.63-
YUV132.0282.28148.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 51 (20.31% from 255) = 14.78%
R=46.67%
G=38.55%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611335100.170.680.3744.7351.8941.57
HexA1853301144252d342a
Octal2412056302110445556452
Binary10100001100001011100110100011000100100101101101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18533; }

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

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

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

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

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

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

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

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