Html Css Color HEX #A6715C Toast

📋 copy color: '#A6715C'

red 166 ◦ green 113 ◦ blue 92

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

Shades of Toast #A6715C

Tints of Toast #A6715C

RGB

 RED value IS 166 (65.23% from 255) = 44.74%

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

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 44.74%
G = 30.46%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6715C (or 0xA6715C) is known color: Toast. HEX triplet: A6, 71 and 5C. RGB value is (166,113,92). Sum of RGB (Red+Green+Blue) = 166+113+92=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6715C is #598EA3. Grayscale: #7E7E7E. Windows color (decimal): -5869220 or 6058406. OLE color: 6058406.

HSL color Cylindrical-coordinate representation of color #A6715C: hue angle of 17.03º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6715C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 92 -
CMYK 0 0.32 0.45 0.35
HSL 17.03º 0.29% 0.51% -
HSV(B) 17.03º 0.45% 0.65% -
XYZ 23.56 20.69 12.88 -
YUV 126.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 166 113 92 0 0.32 0.45 0.35 17.03 0.29 0.51
Hex A6 71 5C 0 20 2D 23 11 1D 33
Octal 246 161 134 0 40 55 43 21 35 63
Binary 10100110 1110001 1011100 0 100000 101101 100011 10001 11101 110011

Color Harmonies of #A6715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6715C

Black with #A6715C

Text Example


Text Example

White with #A6715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6715C; }

 p { color: rgb(166,113,92); }

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

background-color css

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

 a { background-color: rgb(166,113,92); }

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

border-color css

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

 span { border-color: rgb(166,113,92); }

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