Html Css Color HEX #A47365 Toast

📋 copy color: '#A47365'

red 164 ◦ green 115 ◦ blue 101

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

Shades of Toast #A47365

Tints of Toast #A47365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 43.16%
G = 30.26%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A47365 (or 0xA47365) is known color: Toast. HEX triplet: A4, 73 and 65. RGB value is (164,115,101). Sum of RGB (Red+Green+Blue) = 164+115+101=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A47365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47365 is #5B8C9A. Grayscale: #808080. Windows color (decimal): -5999771 or 6648740. OLE color: 6648740.

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

Color convert

RGB 164 115 101 -
CMYK 0 0.30 0.38 0.36
HSL 13.33º 0.26% 0.52% -
HSV(B) 13.33º 0.38% 0.64% -
XYZ 23.79 21.09 15.13 -
YUV 128.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 164 115 101 0 0.30 0.38 0.36 13.33 0.26 0.52
Hex A4 73 65 0 1E 26 24 D 1A 34
Octal 244 163 145 0 36 46 44 15 32 64
Binary 10100100 1110011 1100101 0 11110 100110 100100 1101 11010 110100

Color Harmonies of #A47365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47365

Black with #A47365

Text Example


Text Example

White with #A47365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47365; }

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

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

background-color css

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

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

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

border-color css

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

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

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