#a8992e

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

Shades of Reef Gold #A8992E

Tints of Reef Gold #A8992E

Color information

#A8992E (or 0xA8992E) is unknown color: approx Reef Gold. HEX triplet: A8, 99 and 2E. RGB value is (168,153,46). Sum of RGB (Red+Green+Blue) = 168+153+46=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A8992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8992E is #5766D1. Grayscale: #919191. Windows color (decimal): -5727954 or 3053992. OLE color: 3053992.

HSL color Cylindrical-coordinate representation of color #A8992E: hue angle of 52.62º 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 #A8992E is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16815346-
CMYK00.090.730.34
HSL52.62º57.01%41.96%-
HSV(B)52.62º72.62%65.88%-
XYZ28.0331.37.15-
YUV145.2971.97144.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 46 (18.36% from 255) = 12.53%
R=45.78%
G=41.69%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681534600.090.730.3452.6257.0141.96
HexA8992E09492235392a
Octal2502315601111142657152
Binary1010100010011001101110010011001001100010110101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8992e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8992e; }

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

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

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

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

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

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

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

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