Html Css Color HEX #A47863 Toast

📋 copy color: '#A47863'

red 164 ◦ green 120 ◦ blue 99

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

Shades of Toast #A47863

Tints of Toast #A47863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.33%

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

R = 42.82%
G = 31.33%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A47863 (or 0xA47863) is known color: Toast. HEX triplet: A4, 78 and 63. RGB value is (164,120,99). Sum of RGB (Red+Green+Blue) = 164+120+99=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A47863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47863 is #5B879C. Grayscale: #828282. Windows color (decimal): -5998493 or 6518948. OLE color: 6518948.

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

Color convert

RGB 164 120 99 -
CMYK 0 0.27 0.40 0.36
HSL 19.38º 0.26% 0.52% -
HSV(B) 19.38º 0.4% 0.64% -
XYZ 24.28 22.23 14.81 -
YUV 130.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 164 120 99 0 0.27 0.40 0.36 19.38 0.26 0.52
Hex A4 78 63 0 1B 28 24 13 1A 34
Octal 244 170 143 0 33 50 44 23 32 64
Binary 10100100 1111000 1100011 0 11011 101000 100100 10011 11010 110100

Color Harmonies of #A47863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47863

Black with #A47863

Text Example


Text Example

White with #A47863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47863; }

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

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

background-color css

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

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

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

border-color css

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

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

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