Html Css Color HEX #AA6D43 Bourbon

📋 copy color: '#AA6D43'

red 170 ◦ green 109 ◦ blue 67

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

Shades of Bourbon #AA6D43

Tints of Bourbon #AA6D43

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

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

R = 49.13%
G = 31.5%
B = 19.36%

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

#AA6D43 (or 0xAA6D43) is known color: Bourbon. HEX triplet: AA, 6D and 43. RGB value is (170,109,67). Sum of RGB (Red+Green+Blue) = 170+109+67=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D43 is #5592BC. Grayscale: #7A7A7A. Windows color (decimal): -5608125 or 4418986. OLE color: 4418986.

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

Color convert

RGB 170 109 67 -
CMYK 0 0.36 0.61 0.33
HSL 24.47º 0.43% 0.46% -
HSV(B) 24.47º 0.61% 0.67% -
XYZ 23.06 19.89 7.93 -
YUV 122.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 170 109 67 0 0.36 0.61 0.33 24.47 0.43 0.46
Hex AA 6D 43 0 24 3D 21 18 2B 2E
Octal 252 155 103 0 44 75 41 30 53 56
Binary 10101010 1101101 1000011 0 100100 111101 100001 11000 101011 101110

Color Harmonies of #AA6D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D43

Black with #AA6D43

Text Example


Text Example

White with #AA6D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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