Html Css Color HEX #A85547 Crail

📋 copy color: '#A85547'

red 168 ◦ green 85 ◦ blue 71

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

Shades of Crail #A85547

Tints of Crail #A85547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.91%

R = 51.85%
G = 26.23%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A85547 (or 0xA85547) is known color: Crail. HEX triplet: A8, 55 and 47. RGB value is (168,85,71). Sum of RGB (Red+Green+Blue) = 168+85+71=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A85547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85547 is #57AAB8. Grayscale: #6C6C6C. Windows color (decimal): -5745337 or 4674984. OLE color: 4674984.

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

Color convert

RGB 168 85 71 -
CMYK 0 0.49 0.58 0.34
HSL 8.66º 0.41% 0.47% -
HSV(B) 8.66º 0.58% 0.66% -
XYZ 20.53 15.28 7.83 -
YUV 108.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 168 85 71 0 0.49 0.58 0.34 8.66 0.41 0.47
Hex A8 55 47 0 31 3A 22 9 29 2F
Octal 250 125 107 0 61 72 42 11 51 57
Binary 10101000 1010101 1000111 0 110001 111010 100010 1001 101001 101111

Color Harmonies of #A85547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85547

Black with #A85547

Text Example


Text Example

White with #A85547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85547; }

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

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

background-color css

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

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

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

border-color css

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

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

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