Html Css Color HEX #AA765B Toast

📋 copy color: '#AA765B'

red 170 ◦ green 118 ◦ blue 91

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

Shades of Toast #AA765B

Tints of Toast #AA765B

RGB

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

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

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

R = 44.85%
G = 31.13%
B = 24.01%

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

#AA765B (or 0xAA765B) is known color: Toast. HEX triplet: AA, 76 and 5B. RGB value is (170,118,91). Sum of RGB (Red+Green+Blue) = 170+118+91=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA765B is #5589A4. Grayscale: #828282. Windows color (decimal): -5605797 or 5994154. OLE color: 5994154.

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

Color convert

RGB 170 118 91 -
CMYK 0 0.31 0.46 0.33
HSL 20.51º 0.32% 0.51% -
HSV(B) 20.51º 0.46% 0.67% -
XYZ 24.94 22.26 12.88 -
YUV 130.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 170 118 91 0 0.31 0.46 0.33 20.51 0.32 0.51
Hex AA 76 5B 0 1F 2E 21 15 20 33
Octal 252 166 133 0 37 56 41 25 40 63
Binary 10101010 1110110 1011011 0 11111 101110 100001 10101 100000 110011

Color Harmonies of #AA765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA765B

Black with #AA765B

Text Example


Text Example

White with #AA765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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