Html Css Color HEX #A47565 Toast

📋 copy color: '#A47565'

red 164 ◦ green 117 ◦ blue 101

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

Shades of Toast #A47565

Tints of Toast #A47565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

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

R = 42.93%
G = 30.63%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A47565 (or 0xA47565) is known color: Toast. HEX triplet: A4, 75 and 65. RGB value is (164,117,101). Sum of RGB (Red+Green+Blue) = 164+117+101=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A47565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47565 is #5B8A9A. Grayscale: #818181. Windows color (decimal): -5999259 or 6649252. OLE color: 6649252.

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

Color convert

RGB 164 117 101 -
CMYK 0 0.29 0.38 0.36
HSL 15.24º 0.26% 0.52% -
HSV(B) 15.24º 0.38% 0.64% -
XYZ 24.02 21.55 15.21 -
YUV 129.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 164 117 101 0 0.29 0.38 0.36 15.24 0.26 0.52
Hex A4 75 65 0 1D 26 24 F 1A 34
Octal 244 165 145 0 35 46 44 17 32 64
Binary 10100100 1110101 1100101 0 11101 100110 100100 1111 11010 110100

Color Harmonies of #A47565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47565

Black with #A47565

Text Example


Text Example

White with #A47565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47565; }

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

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

background-color css

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

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

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

border-color css

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

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

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