Html Css Color HEX #AC715E Toast

📋 copy color: '#AC715E'

red 172 ◦ green 113 ◦ blue 94

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

Shades of Toast #AC715E

Tints of Toast #AC715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 45.38%
G = 29.82%
B = 24.8%

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

#AC715E (or 0xAC715E) is known color: Toast. HEX triplet: AC, 71 and 5E. RGB value is (172,113,94). Sum of RGB (Red+Green+Blue) = 172+113+94=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC715E is #538EA1. Grayscale: #808080. Windows color (decimal): -5476002 or 6189484. OLE color: 6189484.

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

Color convert

RGB 172 113 94 -
CMYK 0 0.34 0.45 0.33
HSL 14.62º 0.32% 0.52% -
HSV(B) 14.62º 0.45% 0.67% -
XYZ 24.94 21.39 13.4 -
YUV 128.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 172 113 94 0 0.34 0.45 0.33 14.62 0.32 0.52
Hex AC 71 5E 0 22 2D 21 F 20 34
Octal 254 161 136 0 42 55 41 17 40 64
Binary 10101100 1110001 1011110 0 100010 101101 100001 1111 100000 110100

Color Harmonies of #AC715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC715E

Black with #AC715E

Text Example


Text Example

White with #AC715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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