Html Css Color HEX #A8513F Crail

📋 copy color: '#A8513F'

red 168 ◦ green 81 ◦ blue 63

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

Shades of Crail #A8513F

Tints of Crail #A8513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

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

R = 53.85%
G = 25.96%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8513F (or 0xA8513F) is known color: Crail. HEX triplet: A8, 51 and 3F. RGB value is (168,81,63). Sum of RGB (Red+Green+Blue) = 168+81+63=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8513F is #57AEC0. Grayscale: #696969. Windows color (decimal): -5746369 or 4149672. OLE color: 4149672.

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

Color convert

RGB 168 81 63 -
CMYK 0 0.52 0.63 0.34
HSL 10.29º 0.45% 0.45% -
HSV(B) 10.29º 0.63% 0.66% -
XYZ 19.99 14.57 6.46 -
YUV 104.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 168 81 63 0 0.52 0.63 0.34 10.29 0.45 0.45
Hex A8 51 3F 0 34 3F 22 A 2D 2D
Octal 250 121 77 0 64 77 42 12 55 55
Binary 10101000 1010001 111111 0 110100 111111 100010 1010 101101 101101

Color Harmonies of #A8513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8513F

Black with #A8513F

Text Example


Text Example

White with #A8513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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