Html Css Color HEX #A5705C Toast

📋 copy color: '#A5705C'

red 165 ◦ green 112 ◦ blue 92

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

Shades of Toast #A5705C

Tints of Toast #A5705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 44.72%
G = 30.35%
B = 24.93%

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

#A5705C (or 0xA5705C) is known color: Toast. HEX triplet: A5, 70 and 5C. RGB value is (165,112,92). Sum of RGB (Red+Green+Blue) = 165+112+92=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5705C is #5A8FA3. Grayscale: #7D7D7D. Windows color (decimal): -5935012 or 6058149. OLE color: 6058149.

HSL color Cylindrical-coordinate representation of color #A5705C: hue angle of 16.44º 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 #A5705C is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 92 -
CMYK 0 0.32 0.44 0.35
HSL 16.44º 0.29% 0.5% -
HSV(B) 16.44º 0.44% 0.65% -
XYZ 23.24 20.36 12.83 -
YUV 125.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 165 112 92 0 0.32 0.44 0.35 16.44 0.29 0.5
Hex A5 70 5C 0 20 2C 23 10 1D 32
Octal 245 160 134 0 40 54 43 20 35 62
Binary 10100101 1110000 1011100 0 100000 101100 100011 10000 11101 110010

Color Harmonies of #A5705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5705C

Black with #A5705C

Text Example


Text Example

White with #A5705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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