Html Css Color HEX #AB5242 Crail

📋 copy color: '#AB5242'

red 171 ◦ green 82 ◦ blue 66

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

Shades of Crail #AB5242

Tints of Crail #AB5242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 53.61%
G = 25.71%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB5242 (or 0xAB5242) is known color: Crail. HEX triplet: AB, 52 and 42. RGB value is (171,82,66). Sum of RGB (Red+Green+Blue) = 171+82+66=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5242 is #54ADBD. Grayscale: #6A6A6A. Windows color (decimal): -5549502 or 4346539. OLE color: 4346539.

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

Color convert

RGB 171 82 66 -
CMYK 0 0.52 0.61 0.33
HSL 9.14º 0.44% 0.46% -
HSV(B) 9.14º 0.61% 0.67% -
XYZ 20.8 15.09 6.97 -
YUV 106.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 171 82 66 0 0.52 0.61 0.33 9.14 0.44 0.46
Hex AB 52 42 0 34 3D 21 9 2C 2E
Octal 253 122 102 0 64 75 41 11 54 56
Binary 10101011 1010010 1000010 0 110100 111101 100001 1001 101100 101110

Color Harmonies of #AB5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5242

Black with #AB5242

Text Example


Text Example

White with #AB5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5242; }

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

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

background-color css

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

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

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

border-color css

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

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

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