Html Css Color HEX #AB5740 Crail

📋 copy color: '#AB5740'

red 171 ◦ green 87 ◦ blue 64

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

Shades of Crail #AB5740

Tints of Crail #AB5740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 53.11%
G = 27.02%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB5740 (or 0xAB5740) is known color: Crail. HEX triplet: AB, 57 and 40. RGB value is (171,87,64). Sum of RGB (Red+Green+Blue) = 171+87+64=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5740 is #54A8BF. Grayscale: #6D6D6D. Windows color (decimal): -5548224 or 4216747. OLE color: 4216747.

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

Color convert

RGB 171 87 64 -
CMYK 0 0.49 0.63 0.33
HSL 12.9º 0.46% 0.46% -
HSV(B) 12.9º 0.63% 0.67% -
XYZ 21.13 15.84 6.8 -
YUV 109.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 171 87 64 0 0.49 0.63 0.33 12.9 0.46 0.46
Hex AB 57 40 0 31 3F 21 D 2E 2E
Octal 253 127 100 0 61 77 41 15 56 56
Binary 10101011 1010111 1000000 0 110001 111111 100001 1101 101110 101110

Color Harmonies of #AB5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5740

Black with #AB5740

Text Example


Text Example

White with #AB5740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5740; }

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

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

background-color css

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

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

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

border-color css

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

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

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