Html Css Color HEX #AB5949 Crail

📋 copy color: '#AB5949'

red 171 ◦ green 89 ◦ blue 73

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

Shades of Crail #AB5949

Tints of Crail #AB5949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 51.35%
G = 26.73%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB5949 (or 0xAB5949) is known color: Crail. HEX triplet: AB, 59 and 49. RGB value is (171,89,73). Sum of RGB (Red+Green+Blue) = 171+89+73=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5949 is #54A6B6. Grayscale: #6F6F6F. Windows color (decimal): -5547703 or 4807083. OLE color: 4807083.

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

Color convert

RGB 171 89 73 -
CMYK 0 0.48 0.57 0.33
HSL 9.8º 0.4% 0.48% -
HSV(B) 9.8º 0.57% 0.67% -
XYZ 21.57 16.28 8.31 -
YUV 111.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 171 89 73 0 0.48 0.57 0.33 9.8 0.4 0.48
Hex AB 59 49 0 30 39 21 A 28 30
Octal 253 131 111 0 60 71 41 12 50 60
Binary 10101011 1011001 1001001 0 110000 111001 100001 1010 101000 110000

Color Harmonies of #AB5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5949

Black with #AB5949

Text Example


Text Example

White with #AB5949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5949; }

 p { color: rgb(171,89,73); }

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

background-color css

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

 a { background-color: rgb(171,89,73); }

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

border-color css

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

 span { border-color: rgb(171,89,73); }

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