Html Css Color HEX #AA6C43 Bourbon

📋 copy color: '#AA6C43'

red 170 ◦ green 108 ◦ blue 67

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

Shades of Bourbon #AA6C43

Tints of Bourbon #AA6C43

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

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

R = 49.28%
G = 31.3%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6C43 (or 0xAA6C43) is known color: Bourbon. HEX triplet: AA, 6C and 43. RGB value is (170,108,67). Sum of RGB (Red+Green+Blue) = 170+108+67=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C43 is #5593BC. Grayscale: #7A7A7A. Windows color (decimal): -5608381 or 4418730. OLE color: 4418730.

HSL color Cylindrical-coordinate representation of color #AA6C43: hue angle of 23.88º 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 #AA6C43 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 108 67 -
CMYK 0 0.36 0.61 0.33
HSL 23.88º 0.43% 0.46% -
HSV(B) 23.88º 0.61% 0.67% -
XYZ 22.95 19.68 7.9 -
YUV 121.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 170 108 67 0 0.36 0.61 0.33 23.88 0.43 0.46
Hex AA 6C 43 0 24 3D 21 18 2B 2E
Octal 252 154 103 0 44 75 41 30 53 56
Binary 10101010 1101100 1000011 0 100100 111101 100001 11000 101011 101110

Color Harmonies of #AA6C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C43

Black with #AA6C43

Text Example


Text Example

White with #AA6C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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