Html Css Color HEX #A5755D Toast

📋 copy color: '#A5755D'

red 165 ◦ green 117 ◦ blue 93

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

Shades of Toast #A5755D

Tints of Toast #A5755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 44%
G = 31.2%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5755D (or 0xA5755D) is known color: Toast. HEX triplet: A5, 75 and 5D. RGB value is (165,117,93). Sum of RGB (Red+Green+Blue) = 165+117+93=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5755D is #5A8AA2. Grayscale: #808080. Windows color (decimal): -5933731 or 6124965. OLE color: 6124965.

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

Color convert

RGB 165 117 93 -
CMYK 0 0.29 0.44 0.35
HSL 20º 0.29% 0.51% -
HSV(B) 20º 0.44% 0.65% -
XYZ 23.85 21.51 13.25 -
YUV 128.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 165 117 93 0 0.29 0.44 0.35 20 0.29 0.51
Hex A5 75 5D 0 1D 2C 23 14 1D 33
Octal 245 165 135 0 35 54 43 24 35 63
Binary 10100101 1110101 1011101 0 11101 101100 100011 10100 11101 110011

Color Harmonies of #A5755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5755D

Black with #A5755D

Text Example


Text Example

White with #A5755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5755D; }

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

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

background-color css

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

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

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

border-color css

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

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

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