Html Css Color HEX #A85141 Crail

📋 copy color: '#A85141'

red 168 ◦ green 81 ◦ blue 65

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

Shades of Crail #A85141

Tints of Crail #A85141

RGB

 RED value IS 168 (66.02% from 255) = 53.5%

 GREEN value IS 81 (32.03% from 255) = 25.8%

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

R = 53.5%
G = 25.8%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A85141 (or 0xA85141) is known color: Crail. HEX triplet: A8, 51 and 41. RGB value is (168,81,65). Sum of RGB (Red+Green+Blue) = 168+81+65=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A85141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85141 is #57AEBE. Grayscale: #696969. Windows color (decimal): -5746367 or 4280744. OLE color: 4280744.

HSL color Cylindrical-coordinate representation of color #A85141: hue angle of 9.32º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85141 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 81 65 -
CMYK 0 0.52 0.61 0.34
HSL 9.32º 0.44% 0.46% -
HSV(B) 9.32º 0.61% 0.66% -
XYZ 20.05 14.59 6.76 -
YUV 105.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 168 81 65 0 0.52 0.61 0.34 9.32 0.44 0.46
Hex A8 51 41 0 34 3D 22 9 2C 2E
Octal 250 121 101 0 64 75 42 11 54 56
Binary 10101000 1010001 1000001 0 110100 111101 100010 1001 101100 101110

Color Harmonies of #A85141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85141

Black with #A85141

Text Example


Text Example

White with #A85141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85141; }

 p { color: rgb(168,81,65); }

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

background-color css

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

 a { background-color: rgb(168,81,65); }

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

border-color css

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

 span { border-color: rgb(168,81,65); }

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