#AA943B

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

Shades of Reef Gold #AA943B

Tints of Reef Gold #AA943B

Color information

#AA943B (or 0xAA943B) is unknown color: approx Reef Gold. HEX triplet: AA, 94 and 3B. RGB value is (170,148,59). Sum of RGB (Red+Green+Blue) = 170+148+59=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA943B is #556BC4. Grayscale: #909090. Windows color (decimal): -5598149 or 3904682. OLE color: 3904682.

HSL color Cylindrical-coordinate representation of color #AA943B: hue angle of 48.11º 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 #AA943B is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17014859-
CMYK00.130.650.33
HSL48.11º48.47%44.9%-
HSV(B)48.11º65.29%66.67%-
XYZ27.9630.048.46-
YUV144.4379.79146.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 59 (23.44% from 255) = 15.65%
R=45.09%
G=39.26%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701485900.130.650.3348.1148.4744.9
HexAA943B0D412130302d
Octal2522247301510141606055
Binary1010101010010100111011011011000001100001110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA943B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA943B; }

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

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

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

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

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

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

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

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