Html Css Color HEX #A85D57 Crail

📋 copy color: '#A85D57'

red 168 ◦ green 93 ◦ blue 87

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

Shades of Crail #A85D57

Tints of Crail #A85D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 48.28%
G = 26.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A85D57 (or 0xA85D57) is known color: Crail. HEX triplet: A8, 5D and 57. RGB value is (168,93,87). Sum of RGB (Red+Green+Blue) = 168+93+87=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D57 is #57A2A8. Grayscale: #727272. Windows color (decimal): -5743273 or 5725608. OLE color: 5725608.

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

Color convert

RGB 168 93 87 -
CMYK 0 0.45 0.48 0.34
HSL 4.44º 0.32% 0.5% -
HSV(B) 4.44º 0.48% 0.66% -
XYZ 21.78 16.84 11.12 -
YUV 114.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 168 93 87 0 0.45 0.48 0.34 4.44 0.32 0.5
Hex A8 5D 57 0 2D 30 22 4 20 32
Octal 250 135 127 0 55 60 42 4 40 62
Binary 10101000 1011101 1010111 0 101101 110000 100010 100 100000 110010

Color Harmonies of #A85D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D57

Black with #A85D57

Text Example


Text Example

White with #A85D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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