Html Css Color HEX #AA6A3E Bourbon

📋 copy color: '#AA6A3E'

red 170 ◦ green 106 ◦ blue 62

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

Shades of Bourbon #AA6A3E

Tints of Bourbon #AA6A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 62 (24.61% from 255) = 18.34%

R = 50.3%
G = 31.36%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA6A3E (or 0xAA6A3E) is known color: Bourbon. HEX triplet: AA, 6A and 3E. RGB value is (170,106,62). Sum of RGB (Red+Green+Blue) = 170+106+62=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A3E is #5595C1. Grayscale: #787878. Windows color (decimal): -5608898 or 4090538. OLE color: 4090538.

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

Color convert

RGB 170 106 62 -
CMYK 0 0.38 0.64 0.33
HSL 24.44º 0.47% 0.45% -
HSV(B) 24.44º 0.64% 0.67% -
XYZ 22.6 19.2 7.07 -
YUV 120.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 170 106 62 0 0.38 0.64 0.33 24.44 0.47 0.45
Hex AA 6A 3E 0 26 40 21 18 2F 2D
Octal 252 152 76 0 46 100 41 30 57 55
Binary 10101010 1101010 111110 0 100110 1000000 100001 11000 101111 101101

Color Harmonies of #AA6A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A3E

Black with #AA6A3E

Text Example


Text Example

White with #AA6A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A3E; }

 p { color: rgb(170,106,62); }

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

background-color css

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

 a { background-color: rgb(170,106,62); }

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

border-color css

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

 span { border-color: rgb(170,106,62); }

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