#A99138

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

Shades of Reef Gold #A99138

Tints of Reef Gold #A99138

Color information

#A99138 (or 0xA99138) is unknown color: approx Reef Gold. HEX triplet: A9, 91 and 38. RGB value is (169,145,56). Sum of RGB (Red+Green+Blue) = 169+145+56=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99138 is #566EC7. Grayscale: #8E8E8E. Windows color (decimal): -5664456 or 3707305. OLE color: 3707305.

HSL color Cylindrical-coordinate representation of color #A99138: hue angle of 47.26º 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 #A99138 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB16914556-
CMYK00.140.670.34
HSL47.26º50.22%44.12%-
HSV(B)47.26º66.86%66.27%-
XYZ27.228.977.9-
YUV142.0379.45147.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 56 (22.27% from 255) = 15.14%
R=45.68%
G=39.19%
B=15.14%

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
Decimal1691455600.140.670.3447.2650.2244.12
HexA991380E43222f322c
Octal2512217001610342576254
Binary1010100110010001111000011101000011100010101111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99138; }

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

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

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

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

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

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

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

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