#A35543

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

Shades of Crail #A35543

Tints of Crail #A35543

Color information

#A35543 (or 0xA35543) is unknown color: approx Crail. HEX triplet: A3, 55 and 43. RGB value is (163,85,67). Sum of RGB (Red+Green+Blue) = 163+85+67=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A35543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35543 is #5CAABC. Grayscale: #6A6A6A. Windows color (decimal): -6073021 or 4412835. OLE color: 4412835.

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

Color convert

RGB1638567-
CMYK00.480.590.36
HSL11.25º41.74%45.1%-
HSV(B)11.25º58.9%63.92%-
XYZ19.3714.697.12-
YUV106.27105.84168.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 67 (26.56% from 255) = 21.27%
R=51.75%
G=26.98%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163856700.480.590.3611.2541.7445.1
HexA355430303B24b2a2d
Octal2431251030607344135255
Binary101000111010101100001101100001110111001001011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35543; }

 p { color: rgb(163,85,67); }

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

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

 a { background-color: rgb(163,85,67); }

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

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

 span { border-color: rgb(163,85,67); }

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