Html Css Color HEX #A85447 Crail

📋 copy color: '#A85447'

red 168 ◦ green 84 ◦ blue 71

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

Shades of Crail #A85447

Tints of Crail #A85447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

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

R = 52.01%
G = 26.01%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A85447 (or 0xA85447) is known color: Crail. HEX triplet: A8, 54 and 47. RGB value is (168,84,71). Sum of RGB (Red+Green+Blue) = 168+84+71=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A85447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85447 is #57ABB8. Grayscale: #6B6B6B. Windows color (decimal): -5745593 or 4674728. OLE color: 4674728.

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

Color convert

RGB 168 84 71 -
CMYK 0 0.5 0.58 0.34
HSL 8.04º 0.41% 0.47% -
HSV(B) 8.04º 0.58% 0.66% -
XYZ 20.46 15.12 7.8 -
YUV 107.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 168 84 71 0 0.5 0.58 0.34 8.04 0.41 0.47
Hex A8 54 47 0 32 3A 22 8 29 2F
Octal 250 124 107 0 62 72 42 10 51 57
Binary 10101000 1010100 1000111 0 110010 111010 100010 1000 101001 101111

Color Harmonies of #A85447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85447

Black with #A85447

Text Example


Text Example

White with #A85447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85447; }

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

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

background-color css

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

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

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

border-color css

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

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

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