#A18536

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

Shades of Reef Gold #A18536

Tints of Reef Gold #A18536

Color information

#A18536 (or 0xA18536) is unknown color: approx Reef Gold. HEX triplet: A1, 85 and 36. RGB value is (161,133,54). Sum of RGB (Red+Green+Blue) = 161+133+54=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A18536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18536 is #5E7AC9. Grayscale: #848484. Windows color (decimal): -6191818 or 3573153. OLE color: 3573153.

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

Color convert

RGB16113354-
CMYK00.170.660.37
HSL44.3º49.77%42.16%-
HSV(B)44.3º66.46%63.14%-
XYZ23.7524.626.99-
YUV132.3783.78148.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=46.26%
G=38.22%
B=15.52%

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
Decimal1611335400.170.660.3744.349.7742.16
HexA1853601142252c322a
Octal2412056602110245546252
Binary10100001100001011101100100011000010100101101100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18536; }

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

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

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

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

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

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

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

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