Html Css Color HEX #A05142 Crail

📋 copy color: '#A05142'

red 160 ◦ green 81 ◦ blue 66

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

Shades of Crail #A05142

Tints of Crail #A05142

RGB

 RED value IS 160 (62.89% from 255) = 52.12%

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 52.12%
G = 26.38%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A05142 (or 0xA05142) is known color: Crail. HEX triplet: A0, 51 and 42. RGB value is (160,81,66). Sum of RGB (Red+Green+Blue) = 160+81+66=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A05142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05142 is #5FAEBD. Grayscale: #676767. Windows color (decimal): -6270654 or 4346272. OLE color: 4346272.

HSL color Cylindrical-coordinate representation of color #A05142: hue angle of 9.57º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05142 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 66 -
CMYK 0 0.49 0.59 0.37
HSL 9.57º 0.42% 0.44% -
HSV(B) 9.57º 0.59% 0.63% -
XYZ 18.42 13.75 6.84 -
YUV 102.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 160 81 66 0 0.49 0.59 0.37 9.57 0.42 0.44
Hex A0 51 42 0 31 3B 25 A 2A 2C
Octal 240 121 102 0 61 73 45 12 52 54
Binary 10100000 1010001 1000010 0 110001 111011 100101 1010 101010 101100

Color Harmonies of #A05142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05142

Black with #A05142

Text Example


Text Example

White with #A05142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05142; }

 p { color: rgb(160,81,66); }

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

background-color css

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

 a { background-color: rgb(160,81,66); }

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

border-color css

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

 span { border-color: rgb(160,81,66); }

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