Html Css Color HEX #A5755F Toast

📋 copy color: '#A5755F'

red 165 ◦ green 117 ◦ blue 95

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

Shades of Toast #A5755F

Tints of Toast #A5755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.2%

R = 43.77%
G = 31.03%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5755F (or 0xA5755F) is known color: Toast. HEX triplet: A5, 75 and 5F. RGB value is (165,117,95). Sum of RGB (Red+Green+Blue) = 165+117+95=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5755F is #5A8AA0. Grayscale: #808080. Windows color (decimal): -5933729 or 6256037. OLE color: 6256037.

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

Color convert

RGB 165 117 95 -
CMYK 0 0.29 0.42 0.35
HSL 18.86º 0.28% 0.51% -
HSV(B) 18.86º 0.42% 0.65% -
XYZ 23.94 21.55 13.72 -
YUV 128.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 165 117 95 0 0.29 0.42 0.35 18.86 0.28 0.51
Hex A5 75 5F 0 1D 2A 23 13 1C 33
Octal 245 165 137 0 35 52 43 23 34 63
Binary 10100101 1110101 1011111 0 11101 101010 100011 10011 11100 110011

Color Harmonies of #A5755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5755F

Black with #A5755F

Text Example


Text Example

White with #A5755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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