#A7755A

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

Shades of Toast #A7755A

Tints of Toast #A7755A

Color information

#A7755A (or 0xA7755A) is unknown color: approx Toast. HEX triplet: A7, 75 and 5A. RGB value is (167,117,90). Sum of RGB (Red+Green+Blue) = 167+117+90=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7755A is #588AA5. Grayscale: #818181. Windows color (decimal): -5802662 or 5928359. OLE color: 5928359.

HSL color Cylindrical-coordinate representation of color #A7755A: hue angle of 21.04º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7755A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16711790-
CMYK00.300.460.35
HSL21.04º30.43%50.39%-
HSV(B)21.04º46.11%65.49%-
XYZ24.1421.6812.58-
YUV128.87106.06155.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=44.65%
G=31.28%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671179000.300.460.3521.0430.4350.39
HexA7755A01E2E23151e32
Octal2471651320365643253662
Binary10100111111010110110100111101011101000111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7755A; }

 p { color: rgb(167,117,90); }

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

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

 a { background-color: rgb(167,117,90); }

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

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

 span { border-color: rgb(167,117,90); }

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