#AA8B30

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

Shades of Reef Gold #AA8B30

Tints of Reef Gold #AA8B30

Color information

#AA8B30 (or 0xAA8B30) is unknown color: approx Reef Gold. HEX triplet: AA, 8B and 30. RGB value is (170,139,48). Sum of RGB (Red+Green+Blue) = 170+139+48=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B30 is #5574CF. Grayscale: #8A8A8A. Windows color (decimal): -5600464 or 3181482. OLE color: 3181482.

HSL color Cylindrical-coordinate representation of color #AA8B30: hue angle of 44.75º degrees, saturation: 0.56, 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 #AA8B30 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17013948-
CMYK00.180.720.33
HSL44.75º55.96%42.75%-
HSV(B)44.75º71.76%66.67%-
XYZ26.3427.226.66-
YUV137.977.27150.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 139 (54.69% from 255) = 38.94%
BLUE value IS 48 (19.14% from 255) = 13.45%
R=47.62%
G=38.94%
B=13.45%

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
Decimal1701394800.180.720.3344.7555.9642.75
HexAA8B3001248212d382b
Octal2522136002211041557053
Binary10101010100010111100000100101001000100001101101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B30; }

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

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

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

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

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

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

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

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