Html Css Color HEX #A85950 Crail

📋 copy color: '#A85950'

red 168 ◦ green 89 ◦ blue 80

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

Shades of Crail #A85950

Tints of Crail #A85950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 49.85%
G = 26.41%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A85950 (or 0xA85950) is known color: Crail. HEX triplet: A8, 59 and 50. RGB value is (168,89,80). Sum of RGB (Red+Green+Blue) = 168+89+80=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A85950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85950 is #57A6AF. Grayscale: #6F6F6F. Windows color (decimal): -5744304 or 5265832. OLE color: 5265832.

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

Color convert

RGB 168 89 80 -
CMYK 0 0.47 0.52 0.34
HSL 6.14º 0.35% 0.49% -
HSV(B) 6.14º 0.52% 0.66% -
XYZ 21.17 16.05 9.57 -
YUV 111.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 168 89 80 0 0.47 0.52 0.34 6.14 0.35 0.49
Hex A8 59 50 0 2F 34 22 6 23 31
Octal 250 131 120 0 57 64 42 6 43 61
Binary 10101000 1011001 1010000 0 101111 110100 100010 110 100011 110001

Color Harmonies of #A85950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85950

Black with #A85950

Text Example


Text Example

White with #A85950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85950; }

 p { color: rgb(168,89,80); }

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

background-color css

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

 a { background-color: rgb(168,89,80); }

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

border-color css

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

 span { border-color: rgb(168,89,80); }

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