Html Css Color HEX #AC715D Toast

📋 copy color: '#AC715D'

red 172 ◦ green 113 ◦ blue 93

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

Shades of Toast #AC715D

Tints of Toast #AC715D

RGB

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

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

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

R = 45.5%
G = 29.89%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC715D (or 0xAC715D) is known color: Toast. HEX triplet: AC, 71 and 5D. RGB value is (172,113,93). Sum of RGB (Red+Green+Blue) = 172+113+93=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC715D is #538EA2. Grayscale: #808080. Windows color (decimal): -5476003 or 6123948. OLE color: 6123948.

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

Color convert

RGB 172 113 93 -
CMYK 0 0.34 0.46 0.33
HSL 15.19º 0.32% 0.52% -
HSV(B) 15.19º 0.46% 0.67% -
XYZ 24.89 21.37 13.17 -
YUV 128.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 172 113 93 0 0.34 0.46 0.33 15.19 0.32 0.52
Hex AC 71 5D 0 22 2E 21 F 20 34
Octal 254 161 135 0 42 56 41 17 40 64
Binary 10101100 1110001 1011101 0 100010 101110 100001 1111 100000 110100

Color Harmonies of #AC715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC715D

Black with #AC715D

Text Example


Text Example

White with #AC715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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