Html Css Color HEX #AA6F43 Bourbon

📋 copy color: '#AA6F43'

red 170 ◦ green 111 ◦ blue 67

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

Shades of Bourbon #AA6F43

Tints of Bourbon #AA6F43

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 48.85%
G = 31.9%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6F43 (or 0xAA6F43) is known color: Bourbon. HEX triplet: AA, 6F and 43. RGB value is (170,111,67). Sum of RGB (Red+Green+Blue) = 170+111+67=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F43 is #5590BC. Grayscale: #7B7B7B. Windows color (decimal): -5607613 or 4419498. OLE color: 4419498.

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

Color convert

RGB 170 111 67 -
CMYK 0 0.35 0.61 0.33
HSL 25.63º 0.43% 0.46% -
HSV(B) 25.63º 0.61% 0.67% -
XYZ 23.28 20.32 8.01 -
YUV 123.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 170 111 67 0 0.35 0.61 0.33 25.63 0.43 0.46
Hex AA 6F 43 0 23 3D 21 1A 2B 2E
Octal 252 157 103 0 43 75 41 32 53 56
Binary 10101010 1101111 1000011 0 100011 111101 100001 11010 101011 101110

Color Harmonies of #AA6F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F43

Black with #AA6F43

Text Example


Text Example

White with #AA6F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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