Html Css Color HEX #A07460 Toast

📋 copy color: '#A07460'

red 160 ◦ green 116 ◦ blue 96

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

Shades of Toast #A07460

Tints of Toast #A07460

RGB

 RED value IS 160 (62.89% from 255) = 43.01%

 GREEN value IS 116 (45.7% from 255) = 31.18%

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

R = 43.01%
G = 31.18%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A07460 (or 0xA07460) is known color: Toast. HEX triplet: A0, 74 and 60. RGB value is (160,116,96). Sum of RGB (Red+Green+Blue) = 160+116+96=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A07460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07460 is #5F8B9F. Grayscale: #7F7F7F. Windows color (decimal): -6261664 or 6321312. OLE color: 6321312.

HSL color Cylindrical-coordinate representation of color #A07460: hue angle of 18.75º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07460 is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 96 -
CMYK 0 0.28 0.4 0.37
HSL 18.75º 0.25% 0.5% -
HSV(B) 18.75º 0.4% 0.63% -
XYZ 22.85 20.81 13.88 -
YUV 126.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 160 116 96 0 0.28 0.4 0.37 18.75 0.25 0.5
Hex A0 74 60 0 1C 28 25 13 19 32
Octal 240 164 140 0 34 50 45 23 31 62
Binary 10100000 1110100 1100000 0 11100 101000 100101 10011 11001 110010

Color Harmonies of #A07460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07460

Black with #A07460

Text Example


Text Example

White with #A07460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07460; }

 p { color: rgb(160,116,96); }

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

background-color css

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

 a { background-color: rgb(160,116,96); }

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

border-color css

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

 span { border-color: rgb(160,116,96); }

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