Html Css Color HEX #AA755B Toast

📋 copy color: '#AA755B'

red 170 ◦ green 117 ◦ blue 91

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

Shades of Toast #AA755B

Tints of Toast #AA755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 44.97%
G = 30.95%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA755B (or 0xAA755B) is known color: Toast. HEX triplet: AA, 75 and 5B. RGB value is (170,117,91). Sum of RGB (Red+Green+Blue) = 170+117+91=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA755B is #558AA4. Grayscale: #828282. Windows color (decimal): -5606053 or 5993898. OLE color: 5993898.

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

Color convert

RGB 170 117 91 -
CMYK 0 0.31 0.46 0.33
HSL 19.75º 0.32% 0.51% -
HSV(B) 19.75º 0.46% 0.67% -
XYZ 24.83 22.02 12.84 -
YUV 129.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 170 117 91 0 0.31 0.46 0.33 19.75 0.32 0.51
Hex AA 75 5B 0 1F 2E 21 14 20 33
Octal 252 165 133 0 37 56 41 24 40 63
Binary 10101010 1110101 1011011 0 11111 101110 100001 10100 100000 110011

Color Harmonies of #AA755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA755B

Black with #AA755B

Text Example


Text Example

White with #AA755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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