Html Css Color HEX #AA7764 Toast

📋 copy color: '#AA7764'

red 170 ◦ green 119 ◦ blue 100

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

Shades of Toast #AA7764

Tints of Toast #AA7764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 43.7%
G = 30.59%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA7764 (or 0xAA7764) is known color: Toast. HEX triplet: AA, 77 and 64. RGB value is (170,119,100). Sum of RGB (Red+Green+Blue) = 170+119+100=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7764 is #55889B. Grayscale: #848484. Windows color (decimal): -5605532 or 6584234. OLE color: 6584234.

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

Color convert

RGB 170 119 100 -
CMYK 0 0.3 0.41 0.33
HSL 16.29º 0.29% 0.53% -
HSV(B) 16.29º 0.41% 0.67% -
XYZ 25.47 22.66 15.09 -
YUV 132.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 170 119 100 0 0.3 0.41 0.33 16.29 0.29 0.53
Hex AA 77 64 0 1E 29 21 10 1D 35
Octal 252 167 144 0 36 51 41 20 35 65
Binary 10101010 1110111 1100100 0 11110 101001 100001 10000 11101 110101

Color Harmonies of #AA7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7764

Black with #AA7764

Text Example


Text Example

White with #AA7764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7764; }

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

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

background-color css

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

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

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

border-color css

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

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

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