Html Css Color HEX #A85444 Crail

📋 copy color: '#A85444'

red 168 ◦ green 84 ◦ blue 68

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

Shades of Crail #A85444

Tints of Crail #A85444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 52.5%
G = 26.25%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85444 (or 0xA85444) is known color: Crail. HEX triplet: A8, 54 and 44. RGB value is (168,84,68). Sum of RGB (Red+Green+Blue) = 168+84+68=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A85444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85444 is #57ABBB. Grayscale: #6B6B6B. Windows color (decimal): -5745596 or 4478120. OLE color: 4478120.

HSL color Cylindrical-coordinate representation of color #A85444: hue angle of 9.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85444 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 68 -
CMYK 0 0.5 0.60 0.34
HSL 9.6º 0.42% 0.46% -
HSV(B) 9.6º 0.6% 0.66% -
XYZ 20.36 15.08 7.31 -
YUV 107.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 168 84 68 0 0.5 0.60 0.34 9.6 0.42 0.46
Hex A8 54 44 0 32 3C 22 A 2A 2E
Octal 250 124 104 0 62 74 42 12 52 56
Binary 10101000 1010100 1000100 0 110010 111100 100010 1010 101010 101110

Color Harmonies of #A85444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85444

Black with #A85444

Text Example


Text Example

White with #A85444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85444; }

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

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

background-color css

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

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

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

border-color css

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

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

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