#A4755F

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

Shades of Toast #A4755F

Tints of Toast #A4755F

Color information

#A4755F (or 0xA4755F) is unknown color: approx Toast. HEX triplet: A4, 75 and 5F. RGB value is (164,117,95). Sum of RGB (Red+Green+Blue) = 164+117+95=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4755F is #5B8AA0. Grayscale: #808080. Windows color (decimal): -5999265 or 6256036. OLE color: 6256036.

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

Color convert

RGB16411795-
CMYK00.290.420.36
HSL19.13º27.49%50.78%-
HSV(B)19.13º42.07%64.31%-
XYZ23.7421.4413.71-
YUV128.55109.07153.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=43.62%
G=31.12%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641179500.290.420.3619.1327.4950.78
HexA4755F01D2A24131b33
Octal2441651370355244233363
Binary10100100111010110111110111011010101001001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4755F; }

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

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

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

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

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

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

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

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