Html Css Color HEX #A8563F Crail

📋 copy color: '#A8563F'

red 168 ◦ green 86 ◦ blue 63

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

Shades of Crail #A8563F

Tints of Crail #A8563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

 BLUE value IS 63 (25% from 255) = 19.87%

R = 53%
G = 27.13%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8563F (or 0xA8563F) is known color: Crail. HEX triplet: A8, 56 and 3F. RGB value is (168,86,63). Sum of RGB (Red+Green+Blue) = 168+86+63=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8563F is #57A9C0. Grayscale: #6C6C6C. Windows color (decimal): -5745089 or 4150952. OLE color: 4150952.

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

Color convert

RGB 168 86 63 -
CMYK 0 0.49 0.63 0.34
HSL 13.14º 0.45% 0.45% -
HSV(B) 13.14º 0.63% 0.66% -
XYZ 20.37 15.34 6.59 -
YUV 107.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 168 86 63 0 0.49 0.63 0.34 13.14 0.45 0.45
Hex A8 56 3F 0 31 3F 22 D 2D 2D
Octal 250 126 77 0 61 77 42 15 55 55
Binary 10101000 1010110 111111 0 110001 111111 100010 1101 101101 101101

Color Harmonies of #A8563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8563F

Black with #A8563F

Text Example


Text Example

White with #A8563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8563F; }

 p { color: rgb(168,86,63); }

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

background-color css

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

 a { background-color: rgb(168,86,63); }

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

border-color css

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

 span { border-color: rgb(168,86,63); }

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