#AA8633

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

Shades of Reef Gold #AA8633

Tints of Reef Gold #AA8633

Color information

#AA8633 (or 0xAA8633) is unknown color: approx Reef Gold. HEX triplet: AA, 86 and 33. RGB value is (170,134,51). Sum of RGB (Red+Green+Blue) = 170+134+51=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8633 is #5579CC. Grayscale: #878787. Windows color (decimal): -5601741 or 3376810. OLE color: 3376810.

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

Color convert

RGB17013451-
CMYK00.210.70.33
HSL41.85º53.85%43.33%-
HSV(B)41.85º70%66.67%-
XYZ25.725.846.76-
YUV135.380.43152.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=47.89%
G=37.75%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701345100.210.70.3341.8553.8543.33
HexAA863301546212a362b
Octal2522066302510641526653
Binary10101010100001101100110101011000110100001101010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8633; }

 p { color: rgb(170,134,51); }

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

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

 a { background-color: rgb(170,134,51); }

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

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

 span { border-color: rgb(170,134,51); }

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