#A18B32

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

Shades of Reef Gold #A18B32

Tints of Reef Gold #A18B32

Color information

#A18B32 (or 0xA18B32) is unknown color: approx Reef Gold. HEX triplet: A1, 8B and 32. RGB value is (161,139,50). Sum of RGB (Red+Green+Blue) = 161+139+50=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B32 is #5E74CD. Grayscale: #878787. Windows color (decimal): -6190286 or 3312545. OLE color: 3312545.

HSL color Cylindrical-coordinate representation of color #A18B32: hue angle of 48.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A18B32 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16113950-
CMYK00.140.690.37
HSL48.11º52.61%41.37%-
HSV(B)48.11º68.94%63.14%-
XYZ24.5126.276.8-
YUV135.4379.79146.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 50 (19.92% from 255) = 14.29%
R=46%
G=39.71%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611395000.140.690.3748.1152.6141.37
HexA18B320E4525303529
Octal2412136201610545606551
Binary1010000110001011110010011101000101100101110000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18B32; }

 p { color: rgb(161,139,50); }

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

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

 a { background-color: rgb(161,139,50); }

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

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

 span { border-color: rgb(161,139,50); }

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