#A4562B

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

Shades of Sienna #A4562B

Tints of Sienna #A4562B

Color information

#A4562B (or 0xA4562B) is unknown color: approx Sienna. HEX triplet: A4, 56 and 2B. RGB value is (164,86,43). Sum of RGB (Red+Green+Blue) = 164+86+43=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4562B is #5BA9D4. Grayscale: #686868. Windows color (decimal): -6007253 or 2840228. OLE color: 2840228.

HSL color Cylindrical-coordinate representation of color #A4562B: hue angle of 21.32º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4562B is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1648643-
CMYK00.480.740.36
HSL21.32º58.45%40.59%-
HSV(B)21.32º73.78%64.31%-
XYZ19.0714.724.12-
YUV104.4293.34170.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.97%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=55.97%
G=29.35%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164864300.480.740.3621.3258.4540.59
HexA4562B0304A24153a29
Octal2441265306011244257251
Binary1010010010101101010110110000100101010010010101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4562B; }

 p { color: rgb(164,86,43); }

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

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

 a { background-color: rgb(164,86,43); }

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

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

 span { border-color: rgb(164,86,43); }

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