#A99335

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

Shades of Reef Gold #A99335

Tints of Reef Gold #A99335

Color information

#A99335 (or 0xA99335) is unknown color: approx Reef Gold. HEX triplet: A9, 93 and 35. RGB value is (169,147,53). Sum of RGB (Red+Green+Blue) = 169+147+53=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A99335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99335 is #566CCA. Grayscale: #8F8F8F. Windows color (decimal): -5663947 or 3511209. OLE color: 3511209.

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

Color convert

RGB16914753-
CMYK00.130.690.34
HSL48.62º52.25%43.53%-
HSV(B)48.62º68.64%66.27%-
XYZ27.4429.567.63-
YUV142.8677.29146.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=45.80%
G=39.84%
B=14.36%

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
Decimal1691475300.130.690.3448.6252.2543.53
HexA993350D452231342c
Octal2512236501510542616454
Binary1010100110010011110101011011000101100010110001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99335; }

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

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

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

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

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

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

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

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