#A67761

Color #A67761 Toast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toast #A67761

Tints of Toast #A67761

Color information

#A67761 (or 0xA67761) is unknown color: approx Toast. HEX triplet: A6, 77 and 61. RGB value is (166,119,97). Sum of RGB (Red+Green+Blue) = 166+119+97=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A67761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67761 is #59889E. Grayscale: #828282. Windows color (decimal): -5867679 or 6387622. OLE color: 6387622.

HSL color Cylindrical-coordinate representation of color #A67761: hue angle of 19.13º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67761 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16611997-
CMYK00.280.420.35
HSL19.13º27.94%51.57%-
HSV(B)19.13º41.57%65.1%-
XYZ24.4822.1614.3-
YUV130.54109.07153.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 97 (38.28% from 255) = 25.39%
R=43.46%
G=31.15%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661199700.280.420.3519.1327.9451.57
HexA6776101C2A23131c34
Octal2461671410345243233464
Binary10100110111011111000010111001010101000111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67761; }

 p { color: rgb(166,119,97); }

 H1.HeaderClassName
 {
   color: #A67761;
 }
 .AnyTagClassName
 {
   color: #A67761;
 }
</style>
background-color css

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

 a { background-color: rgb(166,119,97); }

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

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

 span { border-color: rgb(166,119,97); }

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