Html Css Color HEX #AA743E Bourbon

📋 copy color: '#AA743E'

red 170 ◦ green 116 ◦ blue 62

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

Shades of Bourbon #AA743E

Tints of Bourbon #AA743E

RGB

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

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

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

R = 48.85%
G = 33.33%
B = 17.82%

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

#AA743E (or 0xAA743E) is known color: Bourbon. HEX triplet: AA, 74 and 3E. RGB value is (170,116,62). Sum of RGB (Red+Green+Blue) = 170+116+62=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA743E is #558BC1. Grayscale: #7E7E7E. Windows color (decimal): -5606338 or 4093098. OLE color: 4093098.

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

Color convert

RGB 170 116 62 -
CMYK 0 0.32 0.64 0.33
HSL 30º 0.47% 0.45% -
HSV(B) 30º 0.64% 0.67% -
XYZ 23.69 21.38 7.44 -
YUV 125.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 170 116 62 0 0.32 0.64 0.33 30 0.47 0.45
Hex AA 74 3E 0 20 40 21 1E 2F 2D
Octal 252 164 76 0 40 100 41 36 57 55
Binary 10101010 1110100 111110 0 100000 1000000 100001 11110 101111 101101

Color Harmonies of #AA743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA743E

Black with #AA743E

Text Example


Text Example

White with #AA743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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