Html Css Color HEX #AB5240 Crail

📋 copy color: '#AB5240'

red 171 ◦ green 82 ◦ blue 64

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

Shades of Crail #AB5240

Tints of Crail #AB5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 53.94%
G = 25.87%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB5240 (or 0xAB5240) is known color: Crail. HEX triplet: AB, 52 and 40. RGB value is (171,82,64). Sum of RGB (Red+Green+Blue) = 171+82+64=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5240 is #54ADBF. Grayscale: #6A6A6A. Windows color (decimal): -5549504 or 4215467. OLE color: 4215467.

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

Color convert

RGB 171 82 64 -
CMYK 0 0.52 0.63 0.33
HSL 10.09º 0.46% 0.46% -
HSV(B) 10.09º 0.63% 0.67% -
XYZ 20.74 15.06 6.66 -
YUV 106.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 171 82 64 0 0.52 0.63 0.33 10.09 0.46 0.46
Hex AB 52 40 0 34 3F 21 A 2E 2E
Octal 253 122 100 0 64 77 41 12 56 56
Binary 10101011 1010010 1000000 0 110100 111111 100001 1010 101110 101110

Color Harmonies of #AB5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5240

Black with #AB5240

Text Example


Text Example

White with #AB5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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