#a89138

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

Shades of Reef Gold #A89138

Tints of Reef Gold #A89138

Color information

#A89138 (or 0xA89138) is unknown color: approx Reef Gold. HEX triplet: A8, 91 and 38. RGB value is (168,145,56). Sum of RGB (Red+Green+Blue) = 168+145+56=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A89138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89138 is #576EC7. Grayscale: #8E8E8E. Windows color (decimal): -5729992 or 3707304. OLE color: 3707304.

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

Color convert

RGB16814556-
CMYK00.140.670.34
HSL47.68º50%43.92%-
HSV(B)47.68º66.67%65.88%-
XYZ26.9928.867.89-
YUV141.7379.62146.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 56 (22.27% from 255) = 15.18%
R=45.53%
G=39.30%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681455600.140.670.3447.685043.92
HexA891380E432230322c
Octal2502217001610342606254
Binary1010100010010001111000011101000011100010110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89138; }

 p { color: rgb(168,145,56); }

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

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

 a { background-color: rgb(168,145,56); }

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

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

 span { border-color: rgb(168,145,56); }

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