#a4705b

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

Shades of Toast #A4705B

Tints of Toast #A4705B

Color information

#A4705B (or 0xA4705B) is unknown color: approx Toast. HEX triplet: A4, 70 and 5B. RGB value is (164,112,91). Sum of RGB (Red+Green+Blue) = 164+112+91=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A4705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4705B is #5B8FA4. Grayscale: #7D7D7D. Windows color (decimal): -6000549 or 5992612. OLE color: 5992612.

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

Color convert

RGB16411291-
CMYK00.320.450.36
HSL17.26º28.63%50%-
HSV(B)17.26º44.51%64.31%-
XYZ22.9920.2412.59-
YUV125.15108.73155.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=44.69%
G=30.52%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641129100.320.450.3617.2628.6350
HexA4705B0202D24111d32
Octal2441601330405544213562
Binary101001001110000101101101000001011011001001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4705b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4705b; }

 p { color: rgb(164,112,91); }

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

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

 a { background-color: rgb(164,112,91); }

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

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

 span { border-color: rgb(164,112,91); }

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