#A45D4F

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

Shades of Crail #A45D4F

Tints of Crail #A45D4F

Color information

#A45D4F (or 0xA45D4F) is unknown color: approx Crail. HEX triplet: A4, 5D and 4F. RGB value is (164,93,79). Sum of RGB (Red+Green+Blue) = 164+93+79=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D4F is #5BA2B0. Grayscale: #707070. Windows color (decimal): -6005425 or 5201316. OLE color: 5201316.

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

Color convert

RGB1649379-
CMYK00.430.520.36
HSL9.88º34.98%47.65%-
HSV(B)9.88º51.83%64.31%-
XYZ20.6416.299.45-
YUV112.63109.02164.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=48.81%
G=27.68%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164937900.430.520.369.8834.9847.65
HexA45D4F02B3424a2330
Octal2441351170536444124360
Binary101001001011101100111101010111101001001001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45D4F; }

 p { color: rgb(164,93,79); }

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

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

 a { background-color: rgb(164,93,79); }

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

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

 span { border-color: rgb(164,93,79); }

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