Html Css Color HEX #AA764B Bourbon

📋 copy color: '#AA764B'

red 170 ◦ green 118 ◦ blue 75

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

Shades of Bourbon #AA764B

Tints of Bourbon #AA764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 46.83%
G = 32.51%
B = 20.66%

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

#AA764B (or 0xAA764B) is known color: Bourbon. HEX triplet: AA, 76 and 4B. RGB value is (170,118,75). Sum of RGB (Red+Green+Blue) = 170+118+75=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA764B is #5589B4. Grayscale: #808080. Windows color (decimal): -5605813 or 4945578. OLE color: 4945578.

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

Color convert

RGB 170 118 75 -
CMYK 0 0.31 0.56 0.33
HSL 27.16º 0.39% 0.48% -
HSV(B) 27.16º 0.56% 0.67% -
XYZ 24.33 22.01 9.62 -
YUV 128.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 170 118 75 0 0.31 0.56 0.33 27.16 0.39 0.48
Hex AA 76 4B 0 1F 38 21 1B 27 30
Octal 252 166 113 0 37 70 41 33 47 60
Binary 10101010 1110110 1001011 0 11111 111000 100001 11011 100111 110000

Color Harmonies of #AA764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA764B

Black with #AA764B

Text Example


Text Example

White with #AA764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA764B; }

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

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

background-color css

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

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

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

border-color css

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

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

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