Html Css Color HEX #AA6D3A Bourbon

📋 copy color: '#AA6D3A'

red 170 ◦ green 109 ◦ blue 58

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

Shades of Bourbon #AA6D3A

Tints of Bourbon #AA6D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 50.45%
G = 32.34%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA6D3A (or 0xAA6D3A) is known color: Bourbon. HEX triplet: AA, 6D and 3A. RGB value is (170,109,58). Sum of RGB (Red+Green+Blue) = 170+109+58=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D3A is #5592C5. Grayscale: #797979. Windows color (decimal): -5608134 or 3829162. OLE color: 3829162.

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

Color convert

RGB 170 109 58 -
CMYK 0 0.36 0.66 0.33
HSL 27.32º 0.49% 0.45% -
HSV(B) 27.32º 0.66% 0.67% -
XYZ 22.81 19.79 6.62 -
YUV 121.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 170 109 58 0 0.36 0.66 0.33 27.32 0.49 0.45
Hex AA 6D 3A 0 24 42 21 1B 31 2D
Octal 252 155 72 0 44 102 41 33 61 55
Binary 10101010 1101101 111010 0 100100 1000010 100001 11011 110001 101101

Color Harmonies of #AA6D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D3A

Black with #AA6D3A

Text Example


Text Example

White with #AA6D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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