#a18c3b

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

Shades of Reef Gold #A18C3B

Tints of Reef Gold #A18C3B

Color information

#A18C3B (or 0xA18C3B) is unknown color: approx Reef Gold. HEX triplet: A1, 8C and 3B. RGB value is (161,140,59). Sum of RGB (Red+Green+Blue) = 161+140+59=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C3B is #5E73C4. Grayscale: #898989. Windows color (decimal): -6190021 or 3902625. OLE color: 3902625.

HSL color Cylindrical-coordinate representation of color #A18C3B: hue angle of 47.65º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A18C3B is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB16114059-
CMYK00.130.630.37
HSL47.65º46.36%43.14%-
HSV(B)47.65º63.35%63.14%-
XYZ24.8726.657.97-
YUV137.0483.96145.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 140 (55.08% from 255) = 38.89%
BLUE value IS 59 (23.44% from 255) = 16.39%
R=44.72%
G=38.89%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611405900.130.630.3747.6546.3643.14
HexA18C3B0D3F25302e2b
Octal241214730157745605653
Binary101000011000110011101101101111111100101110000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a18c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a18c3b; }

 p { color: rgb(161,140,59); }

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

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

 a { background-color: rgb(161,140,59); }

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

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

 span { border-color: rgb(161,140,59); }

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