Html Css Color HEX #AA765D Toast

📋 copy color: '#AA765D'

red 170 ◦ green 118 ◦ blue 93

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

Shades of Toast #AA765D

Tints of Toast #AA765D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 44.62%
G = 30.97%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA765D (or 0xAA765D) is known color: Toast. HEX triplet: AA, 76 and 5D. RGB value is (170,118,93). Sum of RGB (Red+Green+Blue) = 170+118+93=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA765D is #5589A2. Grayscale: #828282. Windows color (decimal): -5605795 or 6125226. OLE color: 6125226.

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

Color convert

RGB 170 118 93 -
CMYK 0 0.31 0.45 0.33
HSL 19.48º 0.31% 0.52% -
HSV(B) 19.48º 0.45% 0.67% -
XYZ 25.03 22.29 13.34 -
YUV 130.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 170 118 93 0 0.31 0.45 0.33 19.48 0.31 0.52
Hex AA 76 5D 0 1F 2D 21 13 1F 34
Octal 252 166 135 0 37 55 41 23 37 64
Binary 10101010 1110110 1011101 0 11111 101101 100001 10011 11111 110100

Color Harmonies of #AA765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA765D

Black with #AA765D

Text Example


Text Example

White with #AA765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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