Html Css Color HEX #A47563 Toast

📋 copy color: '#A47563'

red 164 ◦ green 117 ◦ blue 99

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

Shades of Toast #A47563

Tints of Toast #A47563

RGB

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

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

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

R = 43.16%
G = 30.79%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A47563 (or 0xA47563) is known color: Toast. HEX triplet: A4, 75 and 63. RGB value is (164,117,99). Sum of RGB (Red+Green+Blue) = 164+117+99=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A47563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47563 is #5B8A9C. Grayscale: #818181. Windows color (decimal): -5999261 or 6518180. OLE color: 6518180.

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

Color convert

RGB 164 117 99 -
CMYK 0 0.29 0.40 0.36
HSL 16.62º 0.26% 0.52% -
HSV(B) 16.62º 0.4% 0.64% -
XYZ 23.92 21.52 14.7 -
YUV 129 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 164 117 99 0 0.29 0.40 0.36 16.62 0.26 0.52
Hex A4 75 63 0 1D 28 24 11 1A 34
Octal 244 165 143 0 35 50 44 21 32 64
Binary 10100100 1110101 1100011 0 11101 101000 100100 10001 11010 110100

Color Harmonies of #A47563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47563

Black with #A47563

Text Example


Text Example

White with #A47563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47563; }

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

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

background-color css

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

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

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

border-color css

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

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

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