#A99435

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

Shades of Reef Gold #A99435

Tints of Reef Gold #A99435

Color information

#A99435 (or 0xA99435) is unknown color: approx Reef Gold. HEX triplet: A9, 94 and 35. RGB value is (169,148,53). Sum of RGB (Red+Green+Blue) = 169+148+53=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99435 is #566BCA. Grayscale: #8F8F8F. Windows color (decimal): -5663691 or 3511465. OLE color: 3511465.

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

Color convert

RGB16914853-
CMYK00.120.690.34
HSL49.14º52.25%43.53%-
HSV(B)49.14º68.64%66.27%-
XYZ27.5929.877.68-
YUV143.4576.96146.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=45.68%
G=40%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691485300.120.690.3449.1452.2543.53
HexA994350C452231342c
Octal2512246501410542616454
Binary1010100110010100110101011001000101100010110001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99435; }

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

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

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

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

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

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

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

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