Html Css Color HEX #A5755A Toast

📋 copy color: '#A5755A'

red 165 ◦ green 117 ◦ blue 90

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

Shades of Toast #A5755A

Tints of Toast #A5755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 44.35%
G = 31.45%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5755A (or 0xA5755A) is known color: Toast. HEX triplet: A5, 75 and 5A. RGB value is (165,117,90). Sum of RGB (Red+Green+Blue) = 165+117+90=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5755A is #5A8AA5. Grayscale: #808080. Windows color (decimal): -5933734 or 5928357. OLE color: 5928357.

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

Color convert

RGB 165 117 90 -
CMYK 0 0.29 0.45 0.35
HSL 21.6º 0.29% 0.5% -
HSV(B) 21.6º 0.45% 0.65% -
XYZ 23.72 21.46 12.56 -
YUV 128.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 165 117 90 0 0.29 0.45 0.35 21.6 0.29 0.5
Hex A5 75 5A 0 1D 2D 23 16 1D 32
Octal 245 165 132 0 35 55 43 26 35 62
Binary 10100101 1110101 1011010 0 11101 101101 100011 10110 11101 110010

Color Harmonies of #A5755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5755A

Black with #A5755A

Text Example


Text Example

White with #A5755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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