Html Css Color HEX #AA775F Toast

📋 copy color: '#AA775F'

red 170 ◦ green 119 ◦ blue 95

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

Shades of Toast #AA775F

Tints of Toast #AA775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 44.27%
G = 30.99%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA775F (or 0xAA775F) is known color: Toast. HEX triplet: AA, 77 and 5F. RGB value is (170,119,95). Sum of RGB (Red+Green+Blue) = 170+119+95=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA775F is #5588A0. Grayscale: #838383. Windows color (decimal): -5605537 or 6256554. OLE color: 6256554.

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

Color convert

RGB 170 119 95 -
CMYK 0 0.3 0.44 0.33
HSL 19.2º 0.31% 0.52% -
HSV(B) 19.2º 0.44% 0.67% -
XYZ 25.24 22.57 13.85 -
YUV 131.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 170 119 95 0 0.3 0.44 0.33 19.2 0.31 0.52
Hex AA 77 5F 0 1E 2C 21 13 1F 34
Octal 252 167 137 0 36 54 41 23 37 64
Binary 10101010 1110111 1011111 0 11110 101100 100001 10011 11111 110100

Color Harmonies of #AA775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA775F

Black with #AA775F

Text Example


Text Example

White with #AA775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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