Html Css Color HEX #AA743D Bourbon

📋 copy color: '#AA743D'

red 170 ◦ green 116 ◦ blue 61

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

Shades of Bourbon #AA743D

Tints of Bourbon #AA743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 48.99%
G = 33.43%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA743D (or 0xAA743D) is known color: Bourbon. HEX triplet: AA, 74 and 3D. RGB value is (170,116,61). Sum of RGB (Red+Green+Blue) = 170+116+61=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA743D is #558BC2. Grayscale: #7E7E7E. Windows color (decimal): -5606339 or 4027562. OLE color: 4027562.

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

Color convert

RGB 170 116 61 -
CMYK 0 0.32 0.64 0.33
HSL 30.28º 0.47% 0.45% -
HSV(B) 30.28º 0.64% 0.67% -
XYZ 23.67 21.37 7.29 -
YUV 125.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 170 116 61 0 0.32 0.64 0.33 30.28 0.47 0.45
Hex AA 74 3D 0 20 40 21 1E 2F 2D
Octal 252 164 75 0 40 100 41 36 57 55
Binary 10101010 1110100 111101 0 100000 1000000 100001 11110 101111 101101

Color Harmonies of #AA743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA743D

Black with #AA743D

Text Example


Text Example

White with #AA743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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