Html Css Color HEX #AB513F Crail

📋 copy color: '#AB513F'

red 171 ◦ green 81 ◦ blue 63

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

Shades of Crail #AB513F

Tints of Crail #AB513F

RGB

 RED value IS 171 (67.19% from 255) = 54.29%

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

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

R = 54.29%
G = 25.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB513F (or 0xAB513F) is known color: Crail. HEX triplet: AB, 51 and 3F. RGB value is (171,81,63). Sum of RGB (Red+Green+Blue) = 171+81+63=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB513F is #54AEC0. Grayscale: #6A6A6A. Windows color (decimal): -5549761 or 4149675. OLE color: 4149675.

HSL color Cylindrical-coordinate representation of color #AB513F: hue angle of 10º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB513F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 81 63 -
CMYK 0 0.53 0.63 0.33
HSL 10º 0.46% 0.46% -
HSV(B) 10º 0.63% 0.67% -
XYZ 20.63 14.9 6.49 -
YUV 105.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 171 81 63 0 0.53 0.63 0.33 10 0.46 0.46
Hex AB 51 3F 0 35 3F 21 A 2E 2E
Octal 253 121 77 0 65 77 41 12 56 56
Binary 10101011 1010001 111111 0 110101 111111 100001 1010 101110 101110

Color Harmonies of #AB513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB513F

Black with #AB513F

Text Example


Text Example

White with #AB513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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