Html Css Color HEX #A05443 Crail

📋 copy color: '#A05443'

red 160 ◦ green 84 ◦ blue 67

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

Shades of Crail #A05443

Tints of Crail #A05443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

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

R = 51.45%
G = 27.01%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A05443 (or 0xA05443) is known color: Crail. HEX triplet: A0, 54 and 43. RGB value is (160,84,67). Sum of RGB (Red+Green+Blue) = 160+84+67=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A05443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05443 is #5FABBC. Grayscale: #686868. Windows color (decimal): -6269885 or 4412576. OLE color: 4412576.

HSL color Cylindrical-coordinate representation of color #A05443: hue angle of 10.97º 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 #A05443 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 84 67 -
CMYK 0 0.48 0.58 0.37
HSL 10.97º 0.41% 0.45% -
HSV(B) 10.97º 0.58% 0.63% -
XYZ 18.68 14.22 7.07 -
YUV 104.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 160 84 67 0 0.48 0.58 0.37 10.97 0.41 0.45
Hex A0 54 43 0 30 3A 25 B 29 2D
Octal 240 124 103 0 60 72 45 13 51 55
Binary 10100000 1010100 1000011 0 110000 111010 100101 1011 101001 101101

Color Harmonies of #A05443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05443

Black with #A05443

Text Example


Text Example

White with #A05443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05443; }

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

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

background-color css

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

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

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

border-color css

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

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

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