Html Css Color HEX #A85E55 Crail

📋 copy color: '#A85E55'

red 168 ◦ green 94 ◦ blue 85

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

Shades of Crail #A85E55

Tints of Crail #A85E55

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 48.41%
G = 27.09%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A85E55 (or 0xA85E55) is known color: Crail. HEX triplet: A8, 5E and 55. RGB value is (168,94,85). Sum of RGB (Red+Green+Blue) = 168+94+85=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E55 is #57A1AA. Grayscale: #737373. Windows color (decimal): -5743019 or 5594792. OLE color: 5594792.

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

Color convert

RGB 168 94 85 -
CMYK 0 0.44 0.49 0.34
HSL 6.51º 0.33% 0.5% -
HSV(B) 6.51º 0.49% 0.66% -
XYZ 21.79 16.99 10.72 -
YUV 115.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 168 94 85 0 0.44 0.49 0.34 6.51 0.33 0.5
Hex A8 5E 55 0 2C 31 22 7 21 32
Octal 250 136 125 0 54 61 42 7 41 62
Binary 10101000 1011110 1010101 0 101100 110001 100010 111 100001 110010

Color Harmonies of #A85E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E55

Black with #A85E55

Text Example


Text Example

White with #A85E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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