Html Css Color HEX #A85844 Crail

📋 copy color: '#A85844'

red 168 ◦ green 88 ◦ blue 68

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

Shades of Crail #A85844

Tints of Crail #A85844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 51.85%
G = 27.16%
B = 20.99%

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

#A85844 (or 0xA85844) is known color: Crail. HEX triplet: A8, 58 and 44. RGB value is (168,88,68). Sum of RGB (Red+Green+Blue) = 168+88+68=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A85844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85844 is #57A7BB. Grayscale: #6D6D6D. Windows color (decimal): -5744572 or 4479144. OLE color: 4479144.

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

Color convert

RGB 168 88 68 -
CMYK 0 0.48 0.60 0.34
HSL 12º 0.42% 0.46% -
HSV(B) 12º 0.6% 0.66% -
XYZ 20.68 15.72 7.41 -
YUV 109.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 168 88 68 0 0.48 0.60 0.34 12 0.42 0.46
Hex A8 58 44 0 30 3C 22 C 2A 2E
Octal 250 130 104 0 60 74 42 14 52 56
Binary 10101000 1011000 1000100 0 110000 111100 100010 1100 101010 101110

Color Harmonies of #A85844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85844

Black with #A85844

Text Example


Text Example

White with #A85844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85844; }

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

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

background-color css

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

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

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

border-color css

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

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

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