Html Css Color HEX #A85549 Crail

📋 copy color: '#A85549'

red 168 ◦ green 85 ◦ blue 73

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

Shades of Crail #A85549

Tints of Crail #A85549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

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

R = 51.53%
G = 26.07%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85549 (or 0xA85549) is known color: Crail. HEX triplet: A8, 55 and 49. RGB value is (168,85,73). Sum of RGB (Red+Green+Blue) = 168+85+73=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A85549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85549 is #57AAB6. Grayscale: #6C6C6C. Windows color (decimal): -5745335 or 4806056. OLE color: 4806056.

HSL color Cylindrical-coordinate representation of color #A85549: hue angle of 7.58º 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 #A85549 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 85 73 -
CMYK 0 0.49 0.57 0.34
HSL 7.58º 0.39% 0.47% -
HSV(B) 7.58º 0.57% 0.66% -
XYZ 20.6 15.3 8.17 -
YUV 108.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 168 85 73 0 0.49 0.57 0.34 7.58 0.39 0.47
Hex A8 55 49 0 31 39 22 8 27 2F
Octal 250 125 111 0 61 71 42 10 47 57
Binary 10101000 1010101 1001001 0 110001 111001 100010 1000 100111 101111

Color Harmonies of #A85549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85549

Black with #A85549

Text Example


Text Example

White with #A85549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85549; }

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

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

background-color css

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

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

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

border-color css

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

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

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