Html Css Color HEX #AA6840 Bourbon

📋 copy color: '#AA6840'

red 170 ◦ green 104 ◦ blue 64

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

Shades of Bourbon #AA6840

Tints of Bourbon #AA6840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 50.3%
G = 30.77%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA6840 (or 0xAA6840) is known color: Bourbon. HEX triplet: AA, 68 and 40. RGB value is (170,104,64). Sum of RGB (Red+Green+Blue) = 170+104+64=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6840 is #5597BF. Grayscale: #777777. Windows color (decimal): -5609408 or 4221098. OLE color: 4221098.

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

Color convert

RGB 170 104 64 -
CMYK 0 0.39 0.62 0.33
HSL 22.64º 0.45% 0.46% -
HSV(B) 22.64º 0.62% 0.67% -
XYZ 22.45 18.82 7.3 -
YUV 119.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 170 104 64 0 0.39 0.62 0.33 22.64 0.45 0.46
Hex AA 68 40 0 27 3E 21 17 2D 2E
Octal 252 150 100 0 47 76 41 27 55 56
Binary 10101010 1101000 1000000 0 100111 111110 100001 10111 101101 101110

Color Harmonies of #AA6840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6840

Black with #AA6840

Text Example


Text Example

White with #AA6840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6840; }

 p { color: rgb(170,104,64); }

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

background-color css

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

 a { background-color: rgb(170,104,64); }

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

border-color css

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

 span { border-color: rgb(170,104,64); }

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