#A18E3D

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

Shades of Reef Gold #A18E3D

Tints of Reef Gold #A18E3D

Color information

#A18E3D (or 0xA18E3D) is unknown color: approx Reef Gold. HEX triplet: A1, 8E and 3D. RGB value is (161,142,61). Sum of RGB (Red+Green+Blue) = 161+142+61=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E3D is #5E71C2. Grayscale: #8A8A8A. Windows color (decimal): -6189507 or 4034209. OLE color: 4034209.

HSL color Cylindrical-coordinate representation of color #A18E3D: hue angle of 48.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A18E3D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16114261-
CMYK00.120.620.37
HSL48.6º45.05%43.53%-
HSV(B)48.6º62.11%63.14%-
XYZ25.2127.268.35-
YUV138.4584.29144.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=44.23%
G=39.01%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611426100.120.620.3748.645.0543.53
HexA18E3D0C3E25312d2c
Octal241216750147645615554
Binary101000011000111011110101100111110100101110001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E3D; }

 p { color: rgb(161,142,61); }

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

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

 a { background-color: rgb(161,142,61); }

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

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

 span { border-color: rgb(161,142,61); }

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