#AA691B

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

Shades of Golden Brown #AA691B

Tints of Golden Brown #AA691B

Color information

#AA691B (or 0xAA691B) is unknown color: approx Golden Brown. HEX triplet: AA, 69 and 1B. RGB value is (170,105,27). Sum of RGB (Red+Green+Blue) = 170+105+27=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA691B is #5596E4. Grayscale: #737373. Windows color (decimal): -5609189 or 1796522. OLE color: 1796522.

HSL color Cylindrical-coordinate representation of color #AA691B: hue angle of 32.73º degrees, saturation: 0.73, 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 #AA691B is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17010527-
CMYK00.380.840.33
HSL32.73º72.59%38.63%-
HSV(B)32.73º84.12%66.67%-
XYZ21.8318.733.5-
YUV115.5478.03166.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 27 (10.94% from 255) = 8.94%
R=56.29%
G=34.77%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701052700.380.840.3332.7372.5938.63
HexAA691B0265421214927
Octal25215133046124414111147
Binary10101010110100111011010011010101001000011000011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA691B; }

 p { color: rgb(170,105,27); }

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

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

 a { background-color: rgb(170,105,27); }

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

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

 span { border-color: rgb(170,105,27); }

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