Html Css Color HEX #A85440 Crail

📋 copy color: '#A85440'

red 168 ◦ green 84 ◦ blue 64

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

Shades of Crail #A85440

Tints of Crail #A85440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 53.16%
G = 26.58%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A85440 (or 0xA85440) is known color: Crail. HEX triplet: A8, 54 and 40. RGB value is (168,84,64). Sum of RGB (Red+Green+Blue) = 168+84+64=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A85440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85440 is #57ABBF. Grayscale: #6B6B6B. Windows color (decimal): -5745600 or 4215976. OLE color: 4215976.

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

Color convert

RGB 168 84 64 -
CMYK 0 0.5 0.62 0.34
HSL 11.54º 0.45% 0.45% -
HSV(B) 11.54º 0.62% 0.66% -
XYZ 20.24 15.04 6.69 -
YUV 106.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 168 84 64 0 0.5 0.62 0.34 11.54 0.45 0.45
Hex A8 54 40 0 32 3E 22 C 2D 2D
Octal 250 124 100 0 62 76 42 14 55 55
Binary 10101000 1010100 1000000 0 110010 111110 100010 1100 101101 101101

Color Harmonies of #A85440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85440

Black with #A85440

Text Example


Text Example

White with #A85440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85440; }

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

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

background-color css

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

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

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

border-color css

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

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

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