Html Css Color HEX #A05543 Crail

📋 copy color: '#A05543'

red 160 ◦ green 85 ◦ blue 67

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

Shades of Crail #A05543

Tints of Crail #A05543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 51.28%
G = 27.24%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A05543 (or 0xA05543) is known color: Crail. HEX triplet: A0, 55 and 43. RGB value is (160,85,67). Sum of RGB (Red+Green+Blue) = 160+85+67=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A05543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05543 is #5FAABC. Grayscale: #696969. Windows color (decimal): -6269629 or 4412832. OLE color: 4412832.

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

Color convert

RGB 160 85 67 -
CMYK 0 0.47 0.58 0.37
HSL 11.61º 0.41% 0.45% -
HSV(B) 11.61º 0.58% 0.63% -
XYZ 18.76 14.38 7.1 -
YUV 105.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 160 85 67 0 0.47 0.58 0.37 11.61 0.41 0.45
Hex A0 55 43 0 2F 3A 25 C 29 2D
Octal 240 125 103 0 57 72 45 14 51 55
Binary 10100000 1010101 1000011 0 101111 111010 100101 1100 101001 101101

Color Harmonies of #A05543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05543

Black with #A05543

Text Example


Text Example

White with #A05543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05543; }

 p { color: rgb(160,85,67); }

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

background-color css

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

 a { background-color: rgb(160,85,67); }

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

border-color css

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

 span { border-color: rgb(160,85,67); }

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