Html Css Color HEX #AA755A Toast

📋 copy color: '#AA755A'

red 170 ◦ green 117 ◦ blue 90

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

Shades of Toast #AA755A

Tints of Toast #AA755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 45.09%
G = 31.03%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA755A (or 0xAA755A) is known color: Toast. HEX triplet: AA, 75 and 5A. RGB value is (170,117,90). Sum of RGB (Red+Green+Blue) = 170+117+90=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA755A is #558AA5. Grayscale: #818181. Windows color (decimal): -5606054 or 5928362. OLE color: 5928362.

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

Color convert

RGB 170 117 90 -
CMYK 0 0.31 0.47 0.33
HSL 20.25º 0.32% 0.51% -
HSV(B) 20.25º 0.47% 0.67% -
XYZ 24.78 22.01 12.61 -
YUV 129.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 170 117 90 0 0.31 0.47 0.33 20.25 0.32 0.51
Hex AA 75 5A 0 1F 2F 21 14 20 33
Octal 252 165 132 0 37 57 41 24 40 63
Binary 10101010 1110101 1011010 0 11111 101111 100001 10100 100000 110011

Color Harmonies of #AA755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA755A

Black with #AA755A

Text Example


Text Example

White with #AA755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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