#AA671C

Color #AA671C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AA671C

Tints of Golden Brown #AA671C

Color information

#AA671C (or 0xAA671C) is unknown color: approx Golden Brown. HEX triplet: AA, 67 and 1C. RGB value is (170,103,28). Sum of RGB (Red+Green+Blue) = 170+103+28=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA671C is #5598E3. Grayscale: #727272. Windows color (decimal): -5609700 or 1861546. OLE color: 1861546.

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

Color convert

RGB17010328-
CMYK00.390.840.33
HSL31.69º71.72%38.82%-
HSV(B)31.69º83.53%66.67%-
XYZ21.6418.333.5-
YUV114.4879.2167.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=56.48%
G=34.22%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701032800.390.840.3331.6971.7238.82
HexAA671C0275421204827
Octal25214734047124414011047
Binary10101010110011111100010011110101001000011000001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA671C; }

 p { color: rgb(170,103,28); }

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

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

 a { background-color: rgb(170,103,28); }

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

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

 span { border-color: rgb(170,103,28); }

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