Html Css Color HEX #A85544 Crail

📋 copy color: '#A85544'

red 168 ◦ green 85 ◦ blue 68

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

Shades of Crail #A85544

Tints of Crail #A85544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 52.34%
G = 26.48%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85544 (or 0xA85544) is known color: Crail. HEX triplet: A8, 55 and 44. RGB value is (168,85,68). Sum of RGB (Red+Green+Blue) = 168+85+68=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A85544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85544 is #57AABB. Grayscale: #6C6C6C. Windows color (decimal): -5745340 or 4478376. OLE color: 4478376.

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

Color convert

RGB 168 85 68 -
CMYK 0 0.49 0.60 0.34
HSL 10.2º 0.42% 0.46% -
HSV(B) 10.2º 0.6% 0.66% -
XYZ 20.44 15.24 7.33 -
YUV 107.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 168 85 68 0 0.49 0.60 0.34 10.2 0.42 0.46
Hex A8 55 44 0 31 3C 22 A 2A 2E
Octal 250 125 104 0 61 74 42 12 52 56
Binary 10101000 1010101 1000100 0 110001 111100 100010 1010 101010 101110

Color Harmonies of #A85544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85544

Black with #A85544

Text Example


Text Example

White with #A85544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85544; }

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

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

background-color css

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

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

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

border-color css

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

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

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