Html Css Color HEX #A5715E Toast

📋 copy color: '#A5715E'

red 165 ◦ green 113 ◦ blue 94

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

Shades of Toast #A5715E

Tints of Toast #A5715E

RGB

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

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

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

R = 44.35%
G = 30.38%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5715E (or 0xA5715E) is known color: Toast. HEX triplet: A5, 71 and 5E. RGB value is (165,113,94). Sum of RGB (Red+Green+Blue) = 165+113+94=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5715E is #5A8EA1. Grayscale: #7E7E7E. Windows color (decimal): -5934754 or 6189477. OLE color: 6189477.

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

Color convert

RGB 165 113 94 -
CMYK 0 0.32 0.43 0.35
HSL 16.06º 0.28% 0.51% -
HSV(B) 16.06º 0.43% 0.65% -
XYZ 23.44 20.62 13.33 -
YUV 126.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 165 113 94 0 0.32 0.43 0.35 16.06 0.28 0.51
Hex A5 71 5E 0 20 2B 23 10 1C 33
Octal 245 161 136 0 40 53 43 20 34 63
Binary 10100101 1110001 1011110 0 100000 101011 100011 10000 11100 110011

Color Harmonies of #A5715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5715E

Black with #A5715E

Text Example


Text Example

White with #A5715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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