#A18A35

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

Shades of Reef Gold #A18A35

Tints of Reef Gold #A18A35

Color information

#A18A35 (or 0xA18A35) is unknown color: approx Reef Gold. HEX triplet: A1, 8A and 35. RGB value is (161,138,53). Sum of RGB (Red+Green+Blue) = 161+138+53=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A35 is #5E75CA. Grayscale: #878787. Windows color (decimal): -6190539 or 3508897. OLE color: 3508897.

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

Color convert

RGB16113853-
CMYK00.140.670.37
HSL47.22º50.47%41.96%-
HSV(B)47.22º67.08%63.14%-
XYZ24.4326.017.1-
YUV135.1981.62146.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=45.74%
G=39.20%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611385300.140.670.3747.2250.4741.96
HexA18A350E43252f322a
Octal2412126501610345576252
Binary1010000110001010110101011101000011100101101111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A35; }

 p { color: rgb(161,138,53); }

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

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

 a { background-color: rgb(161,138,53); }

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

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

 span { border-color: rgb(161,138,53); }

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