Html Css Color HEX #AA7745 Bourbon

📋 copy color: '#AA7745'

red 170 ◦ green 119 ◦ blue 69

#AA7745
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #AA7745

Tints of Bourbon #AA7745

RGB

 RED value IS 170 (66.8% from 255) = 47.49%

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 47.49%
G = 33.24%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA7745 (or 0xAA7745) is known color: Bourbon. HEX triplet: AA, 77 and 45. RGB value is (170,119,69). Sum of RGB (Red+Green+Blue) = 170+119+69=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7745 is #5588BA. Grayscale: #808080. Windows color (decimal): -5605563 or 4552618. OLE color: 4552618.

HSL color Cylindrical-coordinate representation of color #AA7745: hue angle of 29.7º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA7745 is Cyan = 0, Magento = 0.3, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 119 69 -
CMYK 0 0.3 0.59 0.33
HSL 29.7º 0.42% 0.47% -
HSV(B) 29.7º 0.59% 0.67% -
XYZ 24.25 22.17 8.63 -
YUV 128.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 170 119 69 0 0.3 0.59 0.33 29.7 0.42 0.47
Hex AA 77 45 0 1E 3B 21 1E 2A 2F
Octal 252 167 105 0 36 73 41 36 52 57
Binary 10101010 1110111 1000101 0 11110 111011 100001 11110 101010 101111

Color Harmonies of #AA7745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7745

Black with #AA7745

Text Example


Text Example

White with #AA7745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7745; }

 p { color: rgb(170,119,69); }

 H1.HeaderClassName
 {
   color: #AA7745;
 }
 .AnyTagClassName
 {
   color: #AA7745;
 }
</style>

background-color css

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

 a { background-color: rgb(170,119,69); }

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

border-color css

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

 span { border-color: rgb(170,119,69); }

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