Html Css Color HEX #AA7643 Bourbon

📋 copy color: '#AA7643'

red 170 ◦ green 118 ◦ blue 67

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

Shades of Bourbon #AA7643

Tints of Bourbon #AA7643

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 67 (26.56% from 255) = 18.87%

R = 47.89%
G = 33.24%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA7643 (or 0xAA7643) is known color: Bourbon. HEX triplet: AA, 76 and 43. RGB value is (170,118,67). Sum of RGB (Red+Green+Blue) = 170+118+67=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7643 is #5589BC. Grayscale: #7F7F7F. Windows color (decimal): -5605821 or 4421290. OLE color: 4421290.

HSL color Cylindrical-coordinate representation of color #AA7643: hue angle of 29.71º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA7643 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 118 67 -
CMYK 0 0.31 0.61 0.33
HSL 29.71º 0.43% 0.46% -
HSV(B) 29.71º 0.61% 0.67% -
XYZ 24.07 21.91 8.27 -
YUV 127.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 170 118 67 0 0.31 0.61 0.33 29.71 0.43 0.46
Hex AA 76 43 0 1F 3D 21 1E 2B 2E
Octal 252 166 103 0 37 75 41 36 53 56
Binary 10101010 1110110 1000011 0 11111 111101 100001 11110 101011 101110

Color Harmonies of #AA7643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7643

Black with #AA7643

Text Example


Text Example

White with #AA7643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7643; }

 p { color: rgb(170,118,67); }

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

background-color css

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

 a { background-color: rgb(170,118,67); }

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

border-color css

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

 span { border-color: rgb(170,118,67); }

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