Html Css Color HEX #AA7766 Toast

📋 copy color: '#AA7766'

red 170 ◦ green 119 ◦ blue 102

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

Shades of Toast #AA7766

Tints of Toast #AA7766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.43%

 BLUE value IS 102 (40.23% from 255) = 26.09%

R = 43.48%
G = 30.43%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA7766 (or 0xAA7766) is known color: Toast. HEX triplet: AA, 77 and 66. RGB value is (170,119,102). Sum of RGB (Red+Green+Blue) = 170+119+102=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7766 is #558899. Grayscale: #848484. Windows color (decimal): -5605530 or 6715306. OLE color: 6715306.

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

Color convert

RGB 170 119 102 -
CMYK 0 0.3 0.4 0.33
HSL 15º 0.29% 0.53% -
HSV(B) 15º 0.4% 0.67% -
XYZ 25.57 22.7 15.6 -
YUV 132.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 170 119 102 0 0.3 0.4 0.33 15 0.29 0.53
Hex AA 77 66 0 1E 28 21 F 1D 35
Octal 252 167 146 0 36 50 41 17 35 65
Binary 10101010 1110111 1100110 0 11110 101000 100001 1111 11101 110101

Color Harmonies of #AA7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7766

Black with #AA7766

Text Example


Text Example

White with #AA7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7766; }

 p { color: rgb(170,119,102); }

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

background-color css

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

 a { background-color: rgb(170,119,102); }

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

border-color css

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

 span { border-color: rgb(170,119,102); }

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