#AA953B

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

Shades of Reef Gold #AA953B

Tints of Reef Gold #AA953B

Color information

#AA953B (or 0xAA953B) is unknown color: approx Reef Gold. HEX triplet: AA, 95 and 3B. RGB value is (170,149,59). Sum of RGB (Red+Green+Blue) = 170+149+59=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA953B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA953B is #556AC4. Grayscale: #919191. Windows color (decimal): -5597893 or 3904938. OLE color: 3904938.

HSL color Cylindrical-coordinate representation of color #AA953B: hue angle of 48.65º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA953B is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17014959-
CMYK00.120.650.33
HSL48.65º48.47%44.9%-
HSV(B)48.65º65.29%66.67%-
XYZ28.1130.368.52-
YUV145.0279.46145.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=44.97%
G=39.42%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701495900.120.650.3348.6548.4744.9
HexAA953B0C412131302d
Octal2522257301410141616055
Binary1010101010010101111011011001000001100001110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA953B; }

 p { color: rgb(170,149,59); }

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

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

 a { background-color: rgb(170,149,59); }

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

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

 span { border-color: rgb(170,149,59); }

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