Html Css Color HEX #A85C4E Crail

📋 copy color: '#A85C4E'

red 168 ◦ green 92 ◦ blue 78

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

Shades of Crail #A85C4E

Tints of Crail #A85C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.22%

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 49.7%
G = 27.22%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A85C4E (or 0xA85C4E) is known color: Crail. HEX triplet: A8, 5C and 4E. RGB value is (168,92,78). Sum of RGB (Red+Green+Blue) = 168+92+78=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C4E is #57A3B1. Grayscale: #717171. Windows color (decimal): -5743538 or 5135528. OLE color: 5135528.

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

Color convert

RGB 168 92 78 -
CMYK 0 0.45 0.54 0.34
HSL 9.33º 0.37% 0.48% -
HSV(B) 9.33º 0.54% 0.66% -
XYZ 21.35 16.53 9.27 -
YUV 113.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 168 92 78 0 0.45 0.54 0.34 9.33 0.37 0.48
Hex A8 5C 4E 0 2D 36 22 9 25 30
Octal 250 134 116 0 55 66 42 11 45 60
Binary 10101000 1011100 1001110 0 101101 110110 100010 1001 100101 110000

Color Harmonies of #A85C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C4E

Black with #A85C4E

Text Example


Text Example

White with #A85C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C4E; }

 p { color: rgb(168,92,78); }

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

background-color css

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

 a { background-color: rgb(168,92,78); }

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

border-color css

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

 span { border-color: rgb(168,92,78); }

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