Html Css Color HEX #A05341 Crail

📋 copy color: '#A05341'

red 160 ◦ green 83 ◦ blue 65

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

Shades of Crail #A05341

Tints of Crail #A05341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 51.95%
G = 26.95%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A05341 (or 0xA05341) is known color: Crail. HEX triplet: A0, 53 and 41. RGB value is (160,83,65). Sum of RGB (Red+Green+Blue) = 160+83+65=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A05341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05341 is #5FACBE. Grayscale: #686868. Windows color (decimal): -6270143 or 4281248. OLE color: 4281248.

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

Color convert

RGB 160 83 65 -
CMYK 0 0.48 0.59 0.37
HSL 11.37º 0.42% 0.44% -
HSV(B) 11.37º 0.59% 0.63% -
XYZ 18.54 14.04 6.73 -
YUV 103.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 160 83 65 0 0.48 0.59 0.37 11.37 0.42 0.44
Hex A0 53 41 0 30 3B 25 B 2A 2C
Octal 240 123 101 0 60 73 45 13 52 54
Binary 10100000 1010011 1000001 0 110000 111011 100101 1011 101010 101100

Color Harmonies of #A05341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05341

Black with #A05341

Text Example


Text Example

White with #A05341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05341; }

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

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

background-color css

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

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

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

border-color css

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

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

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