Html Css Color HEX #AA7044 Bourbon

📋 copy color: '#AA7044'

red 170 ◦ green 112 ◦ blue 68

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

Shades of Bourbon #AA7044

Tints of Bourbon #AA7044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 48.57%
G = 32%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA7044 (or 0xAA7044) is known color: Bourbon. HEX triplet: AA, 70 and 44. RGB value is (170,112,68). Sum of RGB (Red+Green+Blue) = 170+112+68=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7044 is #558FBB. Grayscale: #7C7C7C. Windows color (decimal): -5607356 or 4485290. OLE color: 4485290.

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

Color convert

RGB 170 112 68 -
CMYK 0 0.34 0.6 0.33
HSL 25.88º 0.43% 0.47% -
HSV(B) 25.88º 0.6% 0.67% -
XYZ 23.42 20.55 8.2 -
YUV 124.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 170 112 68 0 0.34 0.6 0.33 25.88 0.43 0.47
Hex AA 70 44 0 22 3C 21 1A 2B 2F
Octal 252 160 104 0 42 74 41 32 53 57
Binary 10101010 1110000 1000100 0 100010 111100 100001 11010 101011 101111

Color Harmonies of #AA7044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7044

Black with #AA7044

Text Example


Text Example

White with #AA7044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7044; }

 p { color: rgb(170,112,68); }

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

background-color css

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

 a { background-color: rgb(170,112,68); }

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

border-color css

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

 span { border-color: rgb(170,112,68); }

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