Html Css Color HEX #A47360 Toast

📋 copy color: '#A47360'

red 164 ◦ green 115 ◦ blue 96

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

Shades of Toast #A47360

Tints of Toast #A47360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 43.73%
G = 30.67%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A47360 (or 0xA47360) is known color: Toast. HEX triplet: A4, 73 and 60. RGB value is (164,115,96). Sum of RGB (Red+Green+Blue) = 164+115+96=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A47360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47360 is #5B8C9F. Grayscale: #7F7F7F. Windows color (decimal): -5999776 or 6321060. OLE color: 6321060.

HSL color Cylindrical-coordinate representation of color #A47360: hue angle of 16.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47360 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 96 -
CMYK 0 0.30 0.41 0.36
HSL 16.76º 0.27% 0.51% -
HSV(B) 16.76º 0.41% 0.64% -
XYZ 23.55 21 13.88 -
YUV 127.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 164 115 96 0 0.30 0.41 0.36 16.76 0.27 0.51
Hex A4 73 60 0 1E 29 24 11 1B 33
Octal 244 163 140 0 36 51 44 21 33 63
Binary 10100100 1110011 1100000 0 11110 101001 100100 10001 11011 110011

Color Harmonies of #A47360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47360

Black with #A47360

Text Example


Text Example

White with #A47360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47360; }

 p { color: rgb(164,115,96); }

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

background-color css

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

 a { background-color: rgb(164,115,96); }

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

border-color css

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

 span { border-color: rgb(164,115,96); }

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