Html Css Color HEX #AA6A3D Bourbon

📋 copy color: '#AA6A3D'

red 170 ◦ green 106 ◦ blue 61

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

Shades of Bourbon #AA6A3D

Tints of Bourbon #AA6A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 50.45%
G = 31.45%
B = 18.1%

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

#AA6A3D (or 0xAA6A3D) is known color: Bourbon. HEX triplet: AA, 6A and 3D. RGB value is (170,106,61). Sum of RGB (Red+Green+Blue) = 170+106+61=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A3D is #5595C2. Grayscale: #787878. Windows color (decimal): -5608899 or 4025002. OLE color: 4025002.

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

Color convert

RGB 170 106 61 -
CMYK 0 0.38 0.64 0.33
HSL 24.77º 0.47% 0.45% -
HSV(B) 24.77º 0.64% 0.67% -
XYZ 22.57 19.19 6.93 -
YUV 120.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 170 106 61 0 0.38 0.64 0.33 24.77 0.47 0.45
Hex AA 6A 3D 0 26 40 21 19 2F 2D
Octal 252 152 75 0 46 100 41 31 57 55
Binary 10101010 1101010 111101 0 100110 1000000 100001 11001 101111 101101

Color Harmonies of #AA6A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A3D

Black with #AA6A3D

Text Example


Text Example

White with #AA6A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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