Html Css Color HEX #A47464 Toast

📋 copy color: '#A47464'

red 164 ◦ green 116 ◦ blue 100

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

Shades of Toast #A47464

Tints of Toast #A47464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.53%

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

R = 43.16%
G = 30.53%
B = 26.32%

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

#A47464 (or 0xA47464) is known color: Toast. HEX triplet: A4, 74 and 64. RGB value is (164,116,100). Sum of RGB (Red+Green+Blue) = 164+116+100=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A47464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47464 is #5B8B9B. Grayscale: #808080. Windows color (decimal): -5999516 or 6583460. OLE color: 6583460.

HSL color Cylindrical-coordinate representation of color #A47464: hue angle of 15º 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 #A47464 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 100 -
CMYK 0 0.29 0.39 0.36
HSL 15º 0.26% 0.52% -
HSV(B) 15º 0.39% 0.64% -
XYZ 23.86 21.3 14.91 -
YUV 128.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 164 116 100 0 0.29 0.39 0.36 15 0.26 0.52
Hex A4 74 64 0 1D 27 24 F 1A 34
Octal 244 164 144 0 35 47 44 17 32 64
Binary 10100100 1110100 1100100 0 11101 100111 100100 1111 11010 110100

Color Harmonies of #A47464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47464

Black with #A47464

Text Example


Text Example

White with #A47464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47464; }

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

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

background-color css

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

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

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

border-color css

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

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

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