Html Css Color HEX #AB5440 Crail

📋 copy color: '#AB5440'

red 171 ◦ green 84 ◦ blue 64

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

Shades of Crail #AB5440

Tints of Crail #AB5440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 53.61%
G = 26.33%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB5440 (or 0xAB5440) is known color: Crail. HEX triplet: AB, 54 and 40. RGB value is (171,84,64). Sum of RGB (Red+Green+Blue) = 171+84+64=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5440 is #54ABBF. Grayscale: #6B6B6B. Windows color (decimal): -5548992 or 4215979. OLE color: 4215979.

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

Color convert

RGB 171 84 64 -
CMYK 0 0.51 0.63 0.33
HSL 11.21º 0.46% 0.46% -
HSV(B) 11.21º 0.63% 0.67% -
XYZ 20.89 15.37 6.72 -
YUV 107.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 171 84 64 0 0.51 0.63 0.33 11.21 0.46 0.46
Hex AB 54 40 0 33 3F 21 B 2E 2E
Octal 253 124 100 0 63 77 41 13 56 56
Binary 10101011 1010100 1000000 0 110011 111111 100001 1011 101110 101110

Color Harmonies of #AB5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5440

Black with #AB5440

Text Example


Text Example

White with #AB5440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5440; }

 p { color: rgb(171,84,64); }

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

background-color css

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

 a { background-color: rgb(171,84,64); }

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

border-color css

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

 span { border-color: rgb(171,84,64); }

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