#A45B4A

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

Shades of Crail #A45B4A

Tints of Crail #A45B4A

Color information

#A45B4A (or 0xA45B4A) is unknown color: approx Crail. HEX triplet: A4, 5B and 4A. RGB value is (164,91,74). Sum of RGB (Red+Green+Blue) = 164+91+74=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B4A is #5BA4B5. Grayscale: #6F6F6F. Windows color (decimal): -6005942 or 4873124. OLE color: 4873124.

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

Color convert

RGB1649174-
CMYK00.450.550.36
HSL11.33º37.82%46.67%-
HSV(B)11.33º54.88%64.31%-
XYZ20.2915.878.47-
YUV110.89107.18165.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=49.85%
G=27.66%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164917400.450.550.3611.3337.8246.67
HexA45B4A02D3724b262f
Octal2441331120556744134657
Binary101001001011011100101001011011101111001001011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B4A; }

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

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

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

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

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

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

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

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