#A89539

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

Shades of Reef Gold #A89539

Tints of Reef Gold #A89539

Color information

#A89539 (or 0xA89539) is unknown color: approx Reef Gold. HEX triplet: A8, 95 and 39. RGB value is (168,149,57). Sum of RGB (Red+Green+Blue) = 168+149+57=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A89539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89539 is #576AC6. Grayscale: #909090. Windows color (decimal): -5728967 or 3773864. OLE color: 3773864.

HSL color Cylindrical-coordinate representation of color #A89539: hue angle of 49.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A89539 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB16814957-
CMYK00.110.660.34
HSL49.73º49.33%44.12%-
HSV(B)49.73º66.07%65.88%-
XYZ27.6330.128.23-
YUV144.1978.79144.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 57 (22.66% from 255) = 15.24%
R=44.92%
G=39.84%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681495700.110.660.3449.7349.3344.12
HexA895390B422232312c
Octal2502257101310242626154
Binary1010100010010101111001010111000010100010110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89539; }

 p { color: rgb(168,149,57); }

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

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

 a { background-color: rgb(168,149,57); }

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

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

 span { border-color: rgb(168,149,57); }

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