#A18F36

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

Shades of Reef Gold #A18F36

Tints of Reef Gold #A18F36

Color information

#A18F36 (or 0xA18F36) is unknown color: approx Reef Gold. HEX triplet: A1, 8F and 36. RGB value is (161,143,54). Sum of RGB (Red+Green+Blue) = 161+143+54=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F36 is #5E70C9. Grayscale: #8A8A8A. Windows color (decimal): -6189258 or 3575713. OLE color: 3575713.

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

Color convert

RGB16114354-
CMYK00.110.660.37
HSL49.91º49.77%42.16%-
HSV(B)49.91º66.46%63.14%-
XYZ25.1927.497.47-
YUV138.2480.46144.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 143 (56.25% from 255) = 39.94%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=44.97%
G=39.94%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611435400.110.660.3749.9149.7742.16
HexA18F360B422532322a
Octal2412176601310245626252
Binary1010000110001111110110010111000010100101110010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F36; }

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

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

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

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

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

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

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

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