Html Css Color HEX #A85641 Crail

📋 copy color: '#A85641'

red 168 ◦ green 86 ◦ blue 65

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

Shades of Crail #A85641

Tints of Crail #A85641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

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

R = 52.66%
G = 26.96%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A85641 (or 0xA85641) is known color: Crail. HEX triplet: A8, 56 and 41. RGB value is (168,86,65). Sum of RGB (Red+Green+Blue) = 168+86+65=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85641 is #57A9BE. Grayscale: #6C6C6C. Windows color (decimal): -5745087 or 4282024. OLE color: 4282024.

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

Color convert

RGB 168 86 65 -
CMYK 0 0.49 0.61 0.34
HSL 12.23º 0.44% 0.46% -
HSV(B) 12.23º 0.61% 0.66% -
XYZ 20.43 15.36 6.89 -
YUV 108.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 168 86 65 0 0.49 0.61 0.34 12.23 0.44 0.46
Hex A8 56 41 0 31 3D 22 C 2C 2E
Octal 250 126 101 0 61 75 42 14 54 56
Binary 10101000 1010110 1000001 0 110001 111101 100010 1100 101100 101110

Color Harmonies of #A85641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85641

Black with #A85641

Text Example


Text Example

White with #A85641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85641; }

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

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

background-color css

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

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

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

border-color css

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

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

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