Html Css Color HEX #AA775D Toast

📋 copy color: '#AA775D'

red 170 ◦ green 119 ◦ blue 93

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

Shades of Toast #AA775D

Tints of Toast #AA775D

RGB

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

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

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

R = 44.5%
G = 31.15%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA775D (or 0xAA775D) is known color: Toast. HEX triplet: AA, 77 and 5D. RGB value is (170,119,93). Sum of RGB (Red+Green+Blue) = 170+119+93=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA775D is #5588A2. Grayscale: #838383. Windows color (decimal): -5605539 or 6125482. OLE color: 6125482.

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

Color convert

RGB 170 119 93 -
CMYK 0 0.3 0.45 0.33
HSL 20.26º 0.31% 0.52% -
HSV(B) 20.26º 0.45% 0.67% -
XYZ 25.15 22.53 13.38 -
YUV 131.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 170 119 93 0 0.3 0.45 0.33 20.26 0.31 0.52
Hex AA 77 5D 0 1E 2D 21 14 1F 34
Octal 252 167 135 0 36 55 41 24 37 64
Binary 10101010 1110111 1011101 0 11110 101101 100001 10100 11111 110100

Color Harmonies of #AA775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA775D

Black with #AA775D

Text Example


Text Example

White with #AA775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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