Html Css Color HEX #A37355 Toast

📋 copy color: '#A37355'

red 163 ◦ green 115 ◦ blue 85

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

Shades of Toast #A37355

Tints of Toast #A37355

RGB

 RED value IS 163 (64.06% from 255) = 44.9%

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 44.9%
G = 31.68%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A37355 (or 0xA37355) is known color: Toast. HEX triplet: A3, 73 and 55. RGB value is (163,115,85). Sum of RGB (Red+Green+Blue) = 163+115+85=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A37355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37355 is #5C8CAA. Grayscale: #7E7E7E. Windows color (decimal): -6065323 or 5600163. OLE color: 5600163.

HSL color Cylindrical-coordinate representation of color #A37355: hue angle of 23.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37355 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 115 85 -
CMYK 0 0.29 0.48 0.36
HSL 23.08º 0.31% 0.49% -
HSV(B) 23.08º 0.48% 0.64% -
XYZ 22.87 20.7 11.38 -
YUV 125.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 163 115 85 0 0.29 0.48 0.36 23.08 0.31 0.49
Hex A3 73 55 0 1D 30 24 17 1F 31
Octal 243 163 125 0 35 60 44 27 37 61
Binary 10100011 1110011 1010101 0 11101 110000 100100 10111 11111 110001

Color Harmonies of #A37355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37355

Black with #A37355

Text Example


Text Example

White with #A37355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37355; }

 p { color: rgb(163,115,85); }

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

background-color css

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

 a { background-color: rgb(163,115,85); }

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

border-color css

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

 span { border-color: rgb(163,115,85); }

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