#A89231

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

Shades of Reef Gold #A89231

Tints of Reef Gold #A89231

Color information

#A89231 (or 0xA89231) is unknown color: approx Reef Gold. HEX triplet: A8, 92 and 31. RGB value is (168,146,49). Sum of RGB (Red+Green+Blue) = 168+146+49=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A89231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89231 is #576DCE. Grayscale: #8D8D8D. Windows color (decimal): -5729743 or 3248808. OLE color: 3248808.

HSL color Cylindrical-coordinate representation of color #A89231: hue angle of 48.91º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89231 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB16814649-
CMYK00.130.710.34
HSL48.91º54.84%42.55%-
HSV(B)48.91º70.83%65.88%-
XYZ26.9829.17.1-
YUV141.5275.79146.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 49 (19.53% from 255) = 13.50%
R=46.28%
G=40.22%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681464900.130.710.3448.9154.8442.55
HexA892310D472231372b
Octal2502226101510742616753
Binary1010100010010010110001011011000111100010110001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89231; }

 p { color: rgb(168,146,49); }

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

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

 a { background-color: rgb(168,146,49); }

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

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

 span { border-color: rgb(168,146,49); }

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