Html Css Color HEX #AA7648 Bourbon

📋 copy color: '#AA7648'

red 170 ◦ green 118 ◦ blue 72

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

Shades of Bourbon #AA7648

Tints of Bourbon #AA7648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20%

R = 47.22%
G = 32.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA7648 (or 0xAA7648) is known color: Bourbon. HEX triplet: AA, 76 and 48. RGB value is (170,118,72). Sum of RGB (Red+Green+Blue) = 170+118+72=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7648 is #5589B7. Grayscale: #808080. Windows color (decimal): -5605816 or 4748970. OLE color: 4748970.

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

Color convert

RGB 170 118 72 -
CMYK 0 0.31 0.58 0.33
HSL 28.16º 0.4% 0.47% -
HSV(B) 28.16º 0.58% 0.67% -
XYZ 24.23 21.97 9.09 -
YUV 128.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 170 118 72 0 0.31 0.58 0.33 28.16 0.4 0.47
Hex AA 76 48 0 1F 3A 21 1C 28 2F
Octal 252 166 110 0 37 72 41 34 50 57
Binary 10101010 1110110 1001000 0 11111 111010 100001 11100 101000 101111

Color Harmonies of #AA7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7648

Black with #AA7648

Text Example


Text Example

White with #AA7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7648; }

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

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

background-color css

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

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

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

border-color css

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

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

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