Html Css Color HEX #A05243 Crail

📋 copy color: '#A05243'

red 160 ◦ green 82 ◦ blue 67

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

Shades of Crail #A05243

Tints of Crail #A05243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 51.78%
G = 26.54%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A05243 (or 0xA05243) is known color: Crail. HEX triplet: A0, 52 and 43. RGB value is (160,82,67). Sum of RGB (Red+Green+Blue) = 160+82+67=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A05243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05243 is #5FADBC. Grayscale: #676767. Windows color (decimal): -6270397 or 4412064. OLE color: 4412064.

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

Color convert

RGB 160 82 67 -
CMYK 0 0.49 0.58 0.37
HSL 9.68º 0.41% 0.45% -
HSV(B) 9.68º 0.58% 0.63% -
XYZ 18.53 13.91 7.02 -
YUV 103.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 160 82 67 0 0.49 0.58 0.37 9.68 0.41 0.45
Hex A0 52 43 0 31 3A 25 A 29 2D
Octal 240 122 103 0 61 72 45 12 51 55
Binary 10100000 1010010 1000011 0 110001 111010 100101 1010 101001 101101

Color Harmonies of #A05243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05243

Black with #A05243

Text Example


Text Example

White with #A05243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05243; }

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

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

background-color css

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

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

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

border-color css

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

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

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