Html Css Color HEX #A47463 Toast

📋 copy color: '#A47463'

red 164 ◦ green 116 ◦ blue 99

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

Shades of Toast #A47463

Tints of Toast #A47463

RGB

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

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

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

R = 43.27%
G = 30.61%
B = 26.12%

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

#A47463 (or 0xA47463) is known color: Toast. HEX triplet: A4, 74 and 63. RGB value is (164,116,99). Sum of RGB (Red+Green+Blue) = 164+116+99=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A47463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47463 is #5B8B9C. Grayscale: #808080. Windows color (decimal): -5999517 or 6517924. OLE color: 6517924.

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

Color convert

RGB 164 116 99 -
CMYK 0 0.29 0.40 0.36
HSL 15.69º 0.26% 0.52% -
HSV(B) 15.69º 0.4% 0.64% -
XYZ 23.81 21.28 14.66 -
YUV 128.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 164 116 99 0 0.29 0.40 0.36 15.69 0.26 0.52
Hex A4 74 63 0 1D 28 24 10 1A 34
Octal 244 164 143 0 35 50 44 20 32 64
Binary 10100100 1110100 1100011 0 11101 101000 100100 10000 11010 110100

Color Harmonies of #A47463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47463

Black with #A47463

Text Example


Text Example

White with #A47463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47463; }

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

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

background-color css

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

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

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

border-color css

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

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

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