Html Css Color HEX #A5715C Toast

📋 copy color: '#A5715C'

red 165 ◦ green 113 ◦ blue 92

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

Shades of Toast #A5715C

Tints of Toast #A5715C

RGB

 RED value IS 165 (64.84% from 255) = 44.59%

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

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

R = 44.59%
G = 30.54%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5715C (or 0xA5715C) is known color: Toast. HEX triplet: A5, 71 and 5C. RGB value is (165,113,92). Sum of RGB (Red+Green+Blue) = 165+113+92=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5715C is #5A8EA3. Grayscale: #7E7E7E. Windows color (decimal): -5934756 or 6058405. OLE color: 6058405.

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

Color convert

RGB 165 113 92 -
CMYK 0 0.32 0.44 0.35
HSL 17.26º 0.29% 0.5% -
HSV(B) 17.26º 0.44% 0.65% -
XYZ 23.35 20.58 12.87 -
YUV 126.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 165 113 92 0 0.32 0.44 0.35 17.26 0.29 0.5
Hex A5 71 5C 0 20 2C 23 11 1D 32
Octal 245 161 134 0 40 54 43 21 35 62
Binary 10100101 1110001 1011100 0 100000 101100 100011 10001 11101 110010

Color Harmonies of #A5715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5715C

Black with #A5715C

Text Example


Text Example

White with #A5715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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