Html Css Color HEX #A47157 Toast

📋 copy color: '#A47157'

red 164 ◦ green 113 ◦ blue 87

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

Shades of Toast #A47157

Tints of Toast #A47157

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

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

R = 45.05%
G = 31.04%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A47157 (or 0xA47157) is known color: Toast. HEX triplet: A4, 71 and 57. RGB value is (164,113,87). Sum of RGB (Red+Green+Blue) = 164+113+87=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A47157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47157 is #5B8EA8. Grayscale: #7D7D7D. Windows color (decimal): -6000297 or 5730724. OLE color: 5730724.

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

Color convert

RGB 164 113 87 -
CMYK 0 0.31 0.47 0.36
HSL 20.26º 0.31% 0.49% -
HSV(B) 20.26º 0.47% 0.64% -
XYZ 22.94 20.39 11.74 -
YUV 125.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 164 113 87 0 0.31 0.47 0.36 20.26 0.31 0.49
Hex A4 71 57 0 1F 2F 24 14 1F 31
Octal 244 161 127 0 37 57 44 24 37 61
Binary 10100100 1110001 1010111 0 11111 101111 100100 10100 11111 110001

Color Harmonies of #A47157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47157

Black with #A47157

Text Example


Text Example

White with #A47157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47157; }

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

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

background-color css

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

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

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

border-color css

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

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

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