Html Css Color HEX #AA6B3A Bourbon

📋 copy color: '#AA6B3A'

red 170 ◦ green 107 ◦ blue 58

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

Shades of Bourbon #AA6B3A

Tints of Bourbon #AA6B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

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

R = 50.75%
G = 31.94%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA6B3A (or 0xAA6B3A) is known color: Bourbon. HEX triplet: AA, 6B and 3A. RGB value is (170,107,58). Sum of RGB (Red+Green+Blue) = 170+107+58=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B3A is #5594C5. Grayscale: #787878. Windows color (decimal): -5608646 or 3828650. OLE color: 3828650.

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

Color convert

RGB 170 107 58 -
CMYK 0 0.37 0.66 0.33
HSL 26.25º 0.49% 0.45% -
HSV(B) 26.25º 0.66% 0.67% -
XYZ 22.6 19.37 6.55 -
YUV 120.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 170 107 58 0 0.37 0.66 0.33 26.25 0.49 0.45
Hex AA 6B 3A 0 25 42 21 1A 31 2D
Octal 252 153 72 0 45 102 41 32 61 55
Binary 10101010 1101011 111010 0 100101 1000010 100001 11010 110001 101101

Color Harmonies of #AA6B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B3A

Black with #AA6B3A

Text Example


Text Example

White with #AA6B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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