Html Css Color HEX #A85747 Crail

📋 copy color: '#A85747'

red 168 ◦ green 87 ◦ blue 71

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

Shades of Crail #A85747

Tints of Crail #A85747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

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

R = 51.53%
G = 26.69%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A85747 (or 0xA85747) is known color: Crail. HEX triplet: A8, 57 and 47. RGB value is (168,87,71). Sum of RGB (Red+Green+Blue) = 168+87+71=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A85747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85747 is #57A8B8. Grayscale: #6D6D6D. Windows color (decimal): -5744825 or 4675496. OLE color: 4675496.

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

Color convert

RGB 168 87 71 -
CMYK 0 0.48 0.58 0.34
HSL 9.9º 0.41% 0.47% -
HSV(B) 9.9º 0.58% 0.66% -
XYZ 20.69 15.6 7.88 -
YUV 109.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 168 87 71 0 0.48 0.58 0.34 9.9 0.41 0.47
Hex A8 57 47 0 30 3A 22 A 29 2F
Octal 250 127 107 0 60 72 42 12 51 57
Binary 10101000 1010111 1000111 0 110000 111010 100010 1010 101001 101111

Color Harmonies of #A85747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85747

Black with #A85747

Text Example


Text Example

White with #A85747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85747; }

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

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

background-color css

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

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

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

border-color css

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

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

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