Html Css Color HEX #A07066 Toast

📋 copy color: '#A07066'

red 160 ◦ green 112 ◦ blue 102

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

Shades of Toast #A07066

Tints of Toast #A07066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 42.78%
G = 29.95%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A07066 (or 0xA07066) is known color: Toast. HEX triplet: A0, 70 and 66. RGB value is (160,112,102). Sum of RGB (Red+Green+Blue) = 160+112+102=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A07066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07066 is #5F8F99. Grayscale: #7D7D7D. Windows color (decimal): -6262682 or 6713504. OLE color: 6713504.

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

Color convert

RGB 160 112 102 -
CMYK 0 0.30 0.36 0.37
HSL 10.34º 0.23% 0.51% -
HSV(B) 10.34º 0.36% 0.63% -
XYZ 22.69 20.02 15.24 -
YUV 125.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 160 112 102 0 0.30 0.36 0.37 10.34 0.23 0.51
Hex A0 70 66 0 1E 24 25 A 17 33
Octal 240 160 146 0 36 44 45 12 27 63
Binary 10100000 1110000 1100110 0 11110 100100 100101 1010 10111 110011

Color Harmonies of #A07066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07066

Black with #A07066

Text Example


Text Example

White with #A07066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07066; }

 p { color: rgb(160,112,102); }

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

background-color css

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

 a { background-color: rgb(160,112,102); }

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

border-color css

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

 span { border-color: rgb(160,112,102); }

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