#A89335

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

Shades of Reef Gold #A89335

Tints of Reef Gold #A89335

Color information

#A89335 (or 0xA89335) is unknown color: approx Reef Gold. HEX triplet: A8, 93 and 35. RGB value is (168,147,53). Sum of RGB (Red+Green+Blue) = 168+147+53=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A89335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89335 is #576CCA. Grayscale: #8E8E8E. Windows color (decimal): -5729483 or 3511208. OLE color: 3511208.

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

Color convert

RGB16814753-
CMYK00.130.680.34
HSL49.04º52.04%43.33%-
HSV(B)49.04º68.45%65.88%-
XYZ27.2229.457.62-
YUV142.5677.46146.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=45.65%
G=39.95%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681475300.130.680.3449.0452.0443.33
HexA893350D442231342b
Octal2502236501510442616453
Binary1010100010010011110101011011000100100010110001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89335; }

 p { color: rgb(168,147,53); }

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

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

 a { background-color: rgb(168,147,53); }

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

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

 span { border-color: rgb(168,147,53); }

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