Html Css Color HEX #A5765D Toast

📋 copy color: '#A5765D'

red 165 ◦ green 118 ◦ blue 93

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

Shades of Toast #A5765D

Tints of Toast #A5765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 43.88%
G = 31.38%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5765D (or 0xA5765D) is known color: Toast. HEX triplet: A5, 76 and 5D. RGB value is (165,118,93). Sum of RGB (Red+Green+Blue) = 165+118+93=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5765D is #5A89A2. Grayscale: #818181. Windows color (decimal): -5933475 or 6125221. OLE color: 6125221.

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

Color convert

RGB 165 118 93 -
CMYK 0 0.28 0.44 0.35
HSL 20.83º 0.29% 0.51% -
HSV(B) 20.83º 0.44% 0.65% -
XYZ 23.97 21.75 13.29 -
YUV 129.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 165 118 93 0 0.28 0.44 0.35 20.83 0.29 0.51
Hex A5 76 5D 0 1C 2C 23 15 1D 33
Octal 245 166 135 0 34 54 43 25 35 63
Binary 10100101 1110110 1011101 0 11100 101100 100011 10101 11101 110011

Color Harmonies of #A5765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5765D

Black with #A5765D

Text Example


Text Example

White with #A5765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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