Html Css Color HEX #A47363 Toast

📋 copy color: '#A47363'

red 164 ◦ green 115 ◦ blue 99

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

Shades of Toast #A47363

Tints of Toast #A47363

RGB

 RED value IS 164 (64.45% from 255) = 43.39%

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

 BLUE value IS 99 (39.06% from 255) = 26.19%

R = 43.39%
G = 30.42%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A47363 (or 0xA47363) is known color: Toast. HEX triplet: A4, 73 and 63. RGB value is (164,115,99). Sum of RGB (Red+Green+Blue) = 164+115+99=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A47363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47363 is #5B8C9C. Grayscale: #7F7F7F. Windows color (decimal): -5999773 or 6517668. OLE color: 6517668.

HSL color Cylindrical-coordinate representation of color #A47363: hue angle of 14.77º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47363 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 99 -
CMYK 0 0.30 0.40 0.36
HSL 14.77º 0.26% 0.52% -
HSV(B) 14.77º 0.4% 0.64% -
XYZ 23.69 21.05 14.62 -
YUV 127.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 164 115 99 0 0.30 0.40 0.36 14.77 0.26 0.52
Hex A4 73 63 0 1E 28 24 F 1A 34
Octal 244 163 143 0 36 50 44 17 32 64
Binary 10100100 1110011 1100011 0 11110 101000 100100 1111 11010 110100

Color Harmonies of #A47363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47363

Black with #A47363

Text Example


Text Example

White with #A47363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47363; }

 p { color: rgb(164,115,99); }

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

background-color css

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

 a { background-color: rgb(164,115,99); }

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

border-color css

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

 span { border-color: rgb(164,115,99); }

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