Html Css Color HEX #A05145 Crail

📋 copy color: '#A05145'

red 160 ◦ green 81 ◦ blue 69

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

Shades of Crail #A05145

Tints of Crail #A05145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 51.61%
G = 26.13%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A05145 (or 0xA05145) is known color: Crail. HEX triplet: A0, 51 and 45. RGB value is (160,81,69). Sum of RGB (Red+Green+Blue) = 160+81+69=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A05145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05145 is #5FAEBA. Grayscale: #676767. Windows color (decimal): -6270651 or 4542880. OLE color: 4542880.

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

Color convert

RGB 160 81 69 -
CMYK 0 0.49 0.57 0.37
HSL 7.91º 0.4% 0.45% -
HSV(B) 7.91º 0.57% 0.63% -
XYZ 18.51 13.79 7.32 -
YUV 103.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 160 81 69 0 0.49 0.57 0.37 7.91 0.4 0.45
Hex A0 51 45 0 31 39 25 8 28 2D
Octal 240 121 105 0 61 71 45 10 50 55
Binary 10100000 1010001 1000101 0 110001 111001 100101 1000 101000 101101

Color Harmonies of #A05145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05145

Black with #A05145

Text Example


Text Example

White with #A05145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05145; }

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

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

background-color css

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

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

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

border-color css

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

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

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