Html Css Color HEX #A07760 Toast

📋 copy color: '#A07760'

red 160 ◦ green 119 ◦ blue 96

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

Shades of Toast #A07760

Tints of Toast #A07760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

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

R = 42.67%
G = 31.73%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A07760 (or 0xA07760) is known color: Toast. HEX triplet: A0, 77 and 60. RGB value is (160,119,96). Sum of RGB (Red+Green+Blue) = 160+119+96=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A07760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07760 is #5F889F. Grayscale: #808080. Windows color (decimal): -6260896 or 6322080. OLE color: 6322080.

HSL color Cylindrical-coordinate representation of color #A07760: hue angle of 21.56º 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 #A07760 is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 96 -
CMYK 0 0.26 0.4 0.37
HSL 21.56º 0.25% 0.5% -
HSV(B) 21.56º 0.4% 0.63% -
XYZ 23.21 21.51 14 -
YUV 128.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 160 119 96 0 0.26 0.4 0.37 21.56 0.25 0.5
Hex A0 77 60 0 1A 28 25 16 19 32
Octal 240 167 140 0 32 50 45 26 31 62
Binary 10100000 1110111 1100000 0 11010 101000 100101 10110 11001 110010

Color Harmonies of #A07760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07760

Black with #A07760

Text Example


Text Example

White with #A07760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07760; }

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

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

background-color css

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

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

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

border-color css

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

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

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