Html Css Color HEX #A47057 Toast

📋 copy color: '#A47057'

red 164 ◦ green 112 ◦ blue 87

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

Shades of Toast #A47057

Tints of Toast #A47057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 87 (34.38% from 255) = 23.97%

R = 45.18%
G = 30.85%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A47057 (or 0xA47057) is known color: Toast. HEX triplet: A4, 70 and 57. RGB value is (164,112,87). Sum of RGB (Red+Green+Blue) = 164+112+87=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A47057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47057 is #5B8FA8. Grayscale: #7C7C7C. Windows color (decimal): -6000553 or 5730468. OLE color: 5730468.

HSL color Cylindrical-coordinate representation of color #A47057: hue angle of 19.48º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47057 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 87 -
CMYK 0 0.32 0.47 0.36
HSL 19.48º 0.31% 0.49% -
HSV(B) 19.48º 0.47% 0.64% -
XYZ 22.82 20.17 11.71 -
YUV 124.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 164 112 87 0 0.32 0.47 0.36 19.48 0.31 0.49
Hex A4 70 57 0 20 2F 24 13 1F 31
Octal 244 160 127 0 40 57 44 23 37 61
Binary 10100100 1110000 1010111 0 100000 101111 100100 10011 11111 110001

Color Harmonies of #A47057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47057

Black with #A47057

Text Example


Text Example

White with #A47057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47057; }

 p { color: rgb(164,112,87); }

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

background-color css

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

 a { background-color: rgb(164,112,87); }

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

border-color css

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

 span { border-color: rgb(164,112,87); }

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