Html Css Color HEX #A5745D Toast

📋 copy color: '#A5745D'

red 165 ◦ green 116 ◦ blue 93

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

Shades of Toast #A5745D

Tints of Toast #A5745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

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

R = 44.12%
G = 31.02%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5745D (or 0xA5745D) is known color: Toast. HEX triplet: A5, 74 and 5D. RGB value is (165,116,93). Sum of RGB (Red+Green+Blue) = 165+116+93=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5745D is #5A8BA2. Grayscale: #808080. Windows color (decimal): -5933987 or 6124709. OLE color: 6124709.

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

Color convert

RGB 165 116 93 -
CMYK 0 0.30 0.44 0.35
HSL 19.17º 0.29% 0.51% -
HSV(B) 19.17º 0.44% 0.65% -
XYZ 23.74 21.28 13.21 -
YUV 128.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 165 116 93 0 0.30 0.44 0.35 19.17 0.29 0.51
Hex A5 74 5D 0 1E 2C 23 13 1D 33
Octal 245 164 135 0 36 54 43 23 35 63
Binary 10100101 1110100 1011101 0 11110 101100 100011 10011 11101 110011

Color Harmonies of #A5745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5745D

Black with #A5745D

Text Example


Text Example

White with #A5745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5745D; }

 p { color: rgb(165,116,93); }

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

background-color css

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

 a { background-color: rgb(165,116,93); }

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

border-color css

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

 span { border-color: rgb(165,116,93); }

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