#A4765F

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

Shades of Toast #A4765F

Tints of Toast #A4765F

Color information

#A4765F (or 0xA4765F) is unknown color: approx Toast. HEX triplet: A4, 76 and 5F. RGB value is (164,118,95). Sum of RGB (Red+Green+Blue) = 164+118+95=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4765F is #5B89A0. Grayscale: #818181. Windows color (decimal): -5999009 or 6256292. OLE color: 6256292.

HSL color Cylindrical-coordinate representation of color #A4765F: hue angle of 20º 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 #A4765F is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16411895-
CMYK00.280.420.36
HSL20º27.49%50.78%-
HSV(B)20º42.07%64.31%-
XYZ23.8521.6813.75-
YUV129.13108.74152.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=43.50%
G=31.30%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641189500.280.420.362027.4950.78
HexA4765F01C2A24141b33
Octal2441661370345244243363
Binary10100100111011010111110111001010101001001010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4765F; }

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

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

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

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

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

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

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

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