Html Css Color HEX #A47564 Toast

📋 copy color: '#A47564'

red 164 ◦ green 117 ◦ blue 100

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

Shades of Toast #A47564

Tints of Toast #A47564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 43.04%
G = 30.71%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A47564 (or 0xA47564) is known color: Toast. HEX triplet: A4, 75 and 64. RGB value is (164,117,100). Sum of RGB (Red+Green+Blue) = 164+117+100=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47564 is #5B8A9B. Grayscale: #818181. Windows color (decimal): -5999260 or 6583716. OLE color: 6583716.

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

Color convert

RGB 164 117 100 -
CMYK 0 0.29 0.39 0.36
HSL 15.94º 0.26% 0.52% -
HSV(B) 15.94º 0.39% 0.64% -
XYZ 23.97 21.54 14.95 -
YUV 129.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 164 117 100 0 0.29 0.39 0.36 15.94 0.26 0.52
Hex A4 75 64 0 1D 27 24 10 1A 34
Octal 244 165 144 0 35 47 44 20 32 64
Binary 10100100 1110101 1100100 0 11101 100111 100100 10000 11010 110100

Color Harmonies of #A47564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47564

Black with #A47564

Text Example


Text Example

White with #A47564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47564; }

 p { color: rgb(164,117,100); }

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

background-color css

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

 a { background-color: rgb(164,117,100); }

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

border-color css

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

 span { border-color: rgb(164,117,100); }

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