Html Css Color HEX #AA715D Toast

📋 copy color: '#AA715D'

red 170 ◦ green 113 ◦ blue 93

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

Shades of Toast #AA715D

Tints of Toast #AA715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 45.21%
G = 30.05%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA715D (or 0xAA715D) is known color: Toast. HEX triplet: AA, 71 and 5D. RGB value is (170,113,93). Sum of RGB (Red+Green+Blue) = 170+113+93=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA715D is #558EA2. Grayscale: #7F7F7F. Windows color (decimal): -5607075 or 6123946. OLE color: 6123946.

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

Color convert

RGB 170 113 93 -
CMYK 0 0.34 0.45 0.33
HSL 15.58º 0.31% 0.52% -
HSV(B) 15.58º 0.45% 0.67% -
XYZ 24.46 21.15 13.15 -
YUV 127.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 170 113 93 0 0.34 0.45 0.33 15.58 0.31 0.52
Hex AA 71 5D 0 22 2D 21 10 1F 34
Octal 252 161 135 0 42 55 41 20 37 64
Binary 10101010 1110001 1011101 0 100010 101101 100001 10000 11111 110100

Color Harmonies of #AA715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA715D

Black with #AA715D

Text Example


Text Example

White with #AA715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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