#A89234

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

Shades of Reef Gold #A89234

Tints of Reef Gold #A89234

Color information

#A89234 (or 0xA89234) is unknown color: approx Reef Gold. HEX triplet: A8, 92 and 34. RGB value is (168,146,52). Sum of RGB (Red+Green+Blue) = 168+146+52=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A89234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89234 is #576DCB. Grayscale: #8E8E8E. Windows color (decimal): -5729740 or 3445416. OLE color: 3445416.

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

Color convert

RGB16814652-
CMYK00.130.690.34
HSL48.62º52.73%43.14%-
HSV(B)48.62º69.05%65.88%-
XYZ27.0529.137.45-
YUV141.8677.29146.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 52 (20.70% from 255) = 14.21%
R=45.90%
G=39.89%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681465200.130.690.3448.6252.7343.14
HexA892340D452231352b
Octal2502226401510542616553
Binary1010100010010010110100011011000101100010110001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89234; }

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

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

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

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

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

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

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

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