#A18E3E

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

Shades of Reef Gold #A18E3E

Tints of Reef Gold #A18E3E

Color information

#A18E3E (or 0xA18E3E) is unknown color: approx Reef Gold. HEX triplet: A1, 8E and 3E. RGB value is (161,142,62). Sum of RGB (Red+Green+Blue) = 161+142+62=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E3E is #5E71C1. Grayscale: #8A8A8A. Windows color (decimal): -6189506 or 4099745. OLE color: 4099745.

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

Color convert

RGB16114262-
CMYK00.120.610.37
HSL48.48º44.39%43.73%-
HSV(B)48.48º61.49%63.14%-
XYZ25.2427.278.49-
YUV138.5684.79144-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=44.11%
G=38.90%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611426200.120.610.3748.4844.3943.73
HexA18E3E0C3D25302c2c
Octal241216760147545605454
Binary101000011000111011111001100111101100101110000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E3E; }

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

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

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

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

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

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

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

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