Html Css Color HEX #AC715F Toast

📋 copy color: '#AC715F'

red 172 ◦ green 113 ◦ blue 95

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

Shades of Toast #AC715F

Tints of Toast #AC715F

RGB

 RED value IS 172 (67.58% from 255) = 45.26%

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

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

R = 45.26%
G = 29.74%
B = 25%

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

#AC715F (or 0xAC715F) is known color: Toast. HEX triplet: AC, 71 and 5F. RGB value is (172,113,95). Sum of RGB (Red+Green+Blue) = 172+113+95=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC715F is #538EA0. Grayscale: #808080. Windows color (decimal): -5476001 or 6255020. OLE color: 6255020.

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

Color convert

RGB 172 113 95 -
CMYK 0 0.34 0.45 0.33
HSL 14.03º 0.32% 0.52% -
HSV(B) 14.03º 0.45% 0.67% -
XYZ 24.98 21.41 13.64 -
YUV 128.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 172 113 95 0 0.34 0.45 0.33 14.03 0.32 0.52
Hex AC 71 5F 0 22 2D 21 E 20 34
Octal 254 161 137 0 42 55 41 16 40 64
Binary 10101100 1110001 1011111 0 100010 101101 100001 1110 100000 110100

Color Harmonies of #AC715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC715F

Black with #AC715F

Text Example


Text Example

White with #AC715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC715F; }

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

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

background-color css

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

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

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

border-color css

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

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

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