Html Css Color HEX #A05343 Crail

📋 copy color: '#A05343'

red 160 ◦ green 83 ◦ blue 67

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

Shades of Crail #A05343

Tints of Crail #A05343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 51.61%
G = 26.77%
B = 21.61%

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

#A05343 (or 0xA05343) is known color: Crail. HEX triplet: A0, 53 and 43. RGB value is (160,83,67). Sum of RGB (Red+Green+Blue) = 160+83+67=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A05343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05343 is #5FACBC. Grayscale: #686868. Windows color (decimal): -6270141 or 4412320. OLE color: 4412320.

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

Color convert

RGB 160 83 67 -
CMYK 0 0.48 0.58 0.37
HSL 10.32º 0.41% 0.45% -
HSV(B) 10.32º 0.58% 0.63% -
XYZ 18.6 14.07 7.04 -
YUV 104.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 160 83 67 0 0.48 0.58 0.37 10.32 0.41 0.45
Hex A0 53 43 0 30 3A 25 A 29 2D
Octal 240 123 103 0 60 72 45 12 51 55
Binary 10100000 1010011 1000011 0 110000 111010 100101 1010 101001 101101

Color Harmonies of #A05343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05343

Black with #A05343

Text Example


Text Example

White with #A05343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05343; }

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

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

background-color css

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

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

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

border-color css

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

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

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