Html Css Color HEX #A45140 Crail

📋 copy color: '#A45140'

red 164 ◦ green 81 ◦ blue 64

#A45140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crail #A45140

Tints of Crail #A45140

RGB

 RED value IS 164 (64.45% from 255) = 53.07%

 GREEN value IS 81 (32.03% from 255) = 26.21%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 53.07%
G = 26.21%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A45140 (or 0xA45140) is known color: Crail. HEX triplet: A4, 51 and 40. RGB value is (164,81,64). Sum of RGB (Red+Green+Blue) = 164+81+64=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A45140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45140 is #5BAEBF. Grayscale: #686868. Windows color (decimal): -6008512 or 4215204. OLE color: 4215204.

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

Color convert

RGB 164 81 64 -
CMYK 0 0.51 0.61 0.36
HSL 10.2º 0.44% 0.45% -
HSV(B) 10.2º 0.61% 0.64% -
XYZ 19.18 14.15 6.57 -
YUV 103.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 164 81 64 0 0.51 0.61 0.36 10.2 0.44 0.45
Hex A4 51 40 0 33 3D 24 A 2C 2D
Octal 244 121 100 0 63 75 44 12 54 55
Binary 10100100 1010001 1000000 0 110011 111101 100100 1010 101100 101101

Color Harmonies of #A45140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45140

Black with #A45140

Text Example


Text Example

White with #A45140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45140; }

 p { color: rgb(164,81,64); }

 H1.HeaderClassName
 {
   color: #A45140;
 }
 .AnyTagClassName
 {
   color: #A45140;
 }
</style>

background-color css

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

 a { background-color: rgb(164,81,64); }

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

border-color css

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

 span { border-color: rgb(164,81,64); }

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