#A4755E

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

Shades of Toast #A4755E

Tints of Toast #A4755E

Color information

#A4755E (or 0xA4755E) is unknown color: approx Toast. HEX triplet: A4, 75 and 5E. RGB value is (164,117,94). Sum of RGB (Red+Green+Blue) = 164+117+94=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4755E is #5B8AA1. Grayscale: #808080. Windows color (decimal): -5999266 or 6190500. OLE color: 6190500.

HSL color Cylindrical-coordinate representation of color #A4755E: hue angle of 19.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4755E is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16411794-
CMYK00.290.430.36
HSL19.71º27.78%50.59%-
HSV(B)19.71º42.68%64.31%-
XYZ23.6921.4213.48-
YUV128.43108.57153.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=43.73%
G=31.2%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641179400.290.430.3619.7127.7850.59
HexA4755E01D2B24141c33
Octal2441651360355344243463
Binary10100100111010110111100111011010111001001010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4755E; }

 p { color: rgb(164,117,94); }

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

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

 a { background-color: rgb(164,117,94); }

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

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

 span { border-color: rgb(164,117,94); }

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