Html Css Color HEX #A85441 Crail

📋 copy color: '#A85441'

red 168 ◦ green 84 ◦ blue 65

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

Shades of Crail #A85441

Tints of Crail #A85441

RGB

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

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

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

R = 53%
G = 26.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A85441 (or 0xA85441) is known color: Crail. HEX triplet: A8, 54 and 41. RGB value is (168,84,65). Sum of RGB (Red+Green+Blue) = 168+84+65=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A85441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85441 is #57ABBE. Grayscale: #6B6B6B. Windows color (decimal): -5745599 or 4281512. OLE color: 4281512.

HSL color Cylindrical-coordinate representation of color #A85441: hue angle of 11.07º 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 #A85441 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 65 -
CMYK 0 0.5 0.61 0.34
HSL 11.07º 0.44% 0.46% -
HSV(B) 11.07º 0.61% 0.66% -
XYZ 20.27 15.05 6.84 -
YUV 106.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 168 84 65 0 0.5 0.61 0.34 11.07 0.44 0.46
Hex A8 54 41 0 32 3D 22 B 2C 2E
Octal 250 124 101 0 62 75 42 13 54 56
Binary 10101000 1010100 1000001 0 110010 111101 100010 1011 101100 101110

Color Harmonies of #A85441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85441

Black with #A85441

Text Example


Text Example

White with #A85441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85441; }

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

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

background-color css

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

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

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

border-color css

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

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

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