Html Css Color HEX #AA754A Bourbon

📋 copy color: '#AA754A'

red 170 ◦ green 117 ◦ blue 74

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

Shades of Bourbon #AA754A

Tints of Bourbon #AA754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 47.09%
G = 32.41%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA754A (or 0xAA754A) is known color: Bourbon. HEX triplet: AA, 75 and 4A. RGB value is (170,117,74). Sum of RGB (Red+Green+Blue) = 170+117+74=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA754A is #558AB5. Grayscale: #808080. Windows color (decimal): -5606070 or 4879786. OLE color: 4879786.

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

Color convert

RGB 170 117 74 -
CMYK 0 0.31 0.56 0.33
HSL 26.88º 0.39% 0.48% -
HSV(B) 26.88º 0.56% 0.67% -
XYZ 24.17 21.76 9.41 -
YUV 127.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 170 117 74 0 0.31 0.56 0.33 26.88 0.39 0.48
Hex AA 75 4A 0 1F 38 21 1B 27 30
Octal 252 165 112 0 37 70 41 33 47 60
Binary 10101010 1110101 1001010 0 11111 111000 100001 11011 100111 110000

Color Harmonies of #AA754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA754A

Black with #AA754A

Text Example


Text Example

White with #AA754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA754A; }

 p { color: rgb(170,117,74); }

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

background-color css

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

 a { background-color: rgb(170,117,74); }

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

border-color css

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

 span { border-color: rgb(170,117,74); }

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