Html Css Color HEX #AA6A43 Bourbon

📋 copy color: '#AA6A43'

red 170 ◦ green 106 ◦ blue 67

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

Shades of Bourbon #AA6A43

Tints of Bourbon #AA6A43

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 49.56%
G = 30.9%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6A43 (or 0xAA6A43) is known color: Bourbon. HEX triplet: AA, 6A and 43. RGB value is (170,106,67). Sum of RGB (Red+Green+Blue) = 170+106+67=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A43 is #5595BC. Grayscale: #787878. Windows color (decimal): -5608893 or 4418218. OLE color: 4418218.

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

Color convert

RGB 170 106 67 -
CMYK 0 0.38 0.61 0.33
HSL 22.72º 0.43% 0.46% -
HSV(B) 22.72º 0.61% 0.67% -
XYZ 22.74 19.26 7.83 -
YUV 120.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 170 106 67 0 0.38 0.61 0.33 22.72 0.43 0.46
Hex AA 6A 43 0 26 3D 21 17 2B 2E
Octal 252 152 103 0 46 75 41 27 53 56
Binary 10101010 1101010 1000011 0 100110 111101 100001 10111 101011 101110

Color Harmonies of #AA6A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A43

Black with #AA6A43

Text Example


Text Example

White with #AA6A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A43; }

 p { color: rgb(170,106,67); }

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

background-color css

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

 a { background-color: rgb(170,106,67); }

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

border-color css

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

 span { border-color: rgb(170,106,67); }

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