Html Css Color HEX #A85949 Crail

📋 copy color: '#A85949'

red 168 ◦ green 89 ◦ blue 73

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

Shades of Crail #A85949

Tints of Crail #A85949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 50.91%
G = 26.97%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85949 (or 0xA85949) is known color: Crail. HEX triplet: A8, 59 and 49. RGB value is (168,89,73). Sum of RGB (Red+Green+Blue) = 168+89+73=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A85949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85949 is #57A6B6. Grayscale: #6E6E6E. Windows color (decimal): -5744311 or 4807080. OLE color: 4807080.

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

Color convert

RGB 168 89 73 -
CMYK 0 0.47 0.57 0.34
HSL 10.11º 0.39% 0.47% -
HSV(B) 10.11º 0.57% 0.66% -
XYZ 20.92 15.95 8.28 -
YUV 110.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 168 89 73 0 0.47 0.57 0.34 10.11 0.39 0.47
Hex A8 59 49 0 2F 39 22 A 27 2F
Octal 250 131 111 0 57 71 42 12 47 57
Binary 10101000 1011001 1001001 0 101111 111001 100010 1010 100111 101111

Color Harmonies of #A85949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85949

Black with #A85949

Text Example


Text Example

White with #A85949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85949; }

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

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

background-color css

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

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

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

border-color css

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

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

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