Html Css Color HEX #A85744 Crail

📋 copy color: '#A85744'

red 168 ◦ green 87 ◦ blue 68

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

Shades of Crail #A85744

Tints of Crail #A85744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

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

R = 52.01%
G = 26.93%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85744 (or 0xA85744) is known color: Crail. HEX triplet: A8, 57 and 44. RGB value is (168,87,68). Sum of RGB (Red+Green+Blue) = 168+87+68=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A85744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85744 is #57A8BB. Grayscale: #6D6D6D. Windows color (decimal): -5744828 or 4478888. OLE color: 4478888.

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

Color convert

RGB 168 87 68 -
CMYK 0 0.48 0.60 0.34
HSL 11.4º 0.42% 0.46% -
HSV(B) 11.4º 0.6% 0.66% -
XYZ 20.6 15.56 7.39 -
YUV 109.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 168 87 68 0 0.48 0.60 0.34 11.4 0.42 0.46
Hex A8 57 44 0 30 3C 22 B 2A 2E
Octal 250 127 104 0 60 74 42 13 52 56
Binary 10101000 1010111 1000100 0 110000 111100 100010 1011 101010 101110

Color Harmonies of #A85744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85744

Black with #A85744

Text Example


Text Example

White with #A85744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85744; }

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

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

background-color css

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

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

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

border-color css

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

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

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