Html Css Color HEX #AA6B43 Bourbon

📋 copy color: '#AA6B43'

red 170 ◦ green 107 ◦ blue 67

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

Shades of Bourbon #AA6B43

Tints of Bourbon #AA6B43

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

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

R = 49.42%
G = 31.1%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6B43 (or 0xAA6B43) is known color: Bourbon. HEX triplet: AA, 6B and 43. RGB value is (170,107,67). Sum of RGB (Red+Green+Blue) = 170+107+67=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B43 is #5594BC. Grayscale: #797979. Windows color (decimal): -5608637 or 4418474. OLE color: 4418474.

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

Color convert

RGB 170 107 67 -
CMYK 0 0.37 0.61 0.33
HSL 23.3º 0.43% 0.46% -
HSV(B) 23.3º 0.61% 0.67% -
XYZ 22.85 19.47 7.86 -
YUV 121.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 170 107 67 0 0.37 0.61 0.33 23.3 0.43 0.46
Hex AA 6B 43 0 25 3D 21 17 2B 2E
Octal 252 153 103 0 45 75 41 27 53 56
Binary 10101010 1101011 1000011 0 100101 111101 100001 10111 101011 101110

Color Harmonies of #AA6B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B43

Black with #AA6B43

Text Example


Text Example

White with #AA6B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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