Html Css Color HEX #AA715F Toast

📋 copy color: '#AA715F'

red 170 ◦ green 113 ◦ blue 95

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

Shades of Toast #AA715F

Tints of Toast #AA715F

RGB

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

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

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

R = 44.97%
G = 29.89%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA715F (or 0xAA715F) is known color: Toast. HEX triplet: AA, 71 and 5F. RGB value is (170,113,95). Sum of RGB (Red+Green+Blue) = 170+113+95=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA715F is #558EA0. Grayscale: #808080. Windows color (decimal): -5607073 or 6255018. OLE color: 6255018.

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

Color convert

RGB 170 113 95 -
CMYK 0 0.34 0.44 0.33
HSL 14.4º 0.31% 0.52% -
HSV(B) 14.4º 0.44% 0.67% -
XYZ 24.55 21.18 13.62 -
YUV 127.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 170 113 95 0 0.34 0.44 0.33 14.4 0.31 0.52
Hex AA 71 5F 0 22 2C 21 E 1F 34
Octal 252 161 137 0 42 54 41 16 37 64
Binary 10101010 1110001 1011111 0 100010 101100 100001 1110 11111 110100

Color Harmonies of #AA715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA715F

Black with #AA715F

Text Example


Text Example

White with #AA715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA715F; }

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

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

background-color css

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

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

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

border-color css

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

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

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