#A8902E

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

Shades of Reef Gold #A8902E

Tints of Reef Gold #A8902E

Color information

#A8902E (or 0xA8902E) is unknown color: approx Reef Gold. HEX triplet: A8, 90 and 2E. RGB value is (168,144,46). Sum of RGB (Red+Green+Blue) = 168+144+46=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8902E is #576FD1. Grayscale: #8C8C8C. Windows color (decimal): -5730258 or 3051688. OLE color: 3051688.

HSL color Cylindrical-coordinate representation of color #A8902E: hue angle of 48.2º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8902E is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16814446-
CMYK00.140.730.34
HSL48.2º57.01%41.96%-
HSV(B)48.2º72.62%65.88%-
XYZ26.6128.476.68-
YUV14074.95147.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 46 (18.36% from 255) = 12.85%
R=46.93%
G=40.22%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681444600.140.730.3448.257.0141.96
HexA8902E0E492230392a
Octal2502205601611142607152
Binary1010100010010000101110011101001001100010110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8902E; }

 p { color: rgb(168,144,46); }

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

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

 a { background-color: rgb(168,144,46); }

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

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

 span { border-color: rgb(168,144,46); }

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