#A54F40

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

Shades of Crail #A54F40

Tints of Crail #A54F40

Color information

#A54F40 (or 0xA54F40) is unknown color: approx Crail. HEX triplet: A5, 4F and 40. RGB value is (165,79,64). Sum of RGB (Red+Green+Blue) = 165+79+64=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54F40 is #5AB0BF. Grayscale: #676767. Windows color (decimal): -5943488 or 4214693. OLE color: 4214693.

HSL color Cylindrical-coordinate representation of color #A54F40: hue angle of 8.91º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54F40 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1657964-
CMYK00.520.610.35
HSL8.91º44.1%44.9%-
HSV(B)8.91º61.21%64.71%-
XYZ19.2413.966.53-
YUV103105.99172.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=53.57%
G=25.65%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165796400.520.610.358.9144.144.9
HexA54F400343D2392c2d
Octal2451171000647543115455
Binary101001011001111100000001101001111011000111001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F40; }

 p { color: rgb(165,79,64); }

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

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

 a { background-color: rgb(165,79,64); }

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

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

 span { border-color: rgb(165,79,64); }

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