#aa8b2f

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

Shades of Reef Gold #AA8B2F

Tints of Reef Gold #AA8B2F

Color information

#AA8B2F (or 0xAA8B2F) is unknown color: approx Reef Gold. HEX triplet: AA, 8B and 2F. RGB value is (170,139,47). Sum of RGB (Red+Green+Blue) = 170+139+47=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B2F is #5574D0. Grayscale: #8A8A8A. Windows color (decimal): -5600465 or 3115946. OLE color: 3115946.

HSL color Cylindrical-coordinate representation of color #AA8B2F: hue angle of 44.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA8B2F is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17013947-
CMYK00.180.720.33
HSL44.88º56.68%42.55%-
HSV(B)44.88º72.35%66.67%-
XYZ26.3227.226.56-
YUV137.7876.77150.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 47 (18.75% from 255) = 13.20%
R=47.75%
G=39.04%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701394700.180.720.3344.8856.6842.55
HexAA8B2F01248212d392b
Octal2522135702211041557153
Binary10101010100010111011110100101001000100001101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8b2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8b2f; }

 p { color: rgb(170,139,47); }

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

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

 a { background-color: rgb(170,139,47); }

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

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

 span { border-color: rgb(170,139,47); }

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