Html Css Color HEX #AB5542 Crail

📋 copy color: '#AB5542'

red 171 ◦ green 85 ◦ blue 66

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

Shades of Crail #AB5542

Tints of Crail #AB5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 53.11%
G = 26.4%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB5542 (or 0xAB5542) is known color: Crail. HEX triplet: AB, 55 and 42. RGB value is (171,85,66). Sum of RGB (Red+Green+Blue) = 171+85+66=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5542 is #54AABD. Grayscale: #6C6C6C. Windows color (decimal): -5548734 or 4347307. OLE color: 4347307.

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

Color convert

RGB 171 85 66 -
CMYK 0 0.50 0.61 0.33
HSL 10.86º 0.44% 0.46% -
HSV(B) 10.86º 0.61% 0.67% -
XYZ 21.03 15.55 7.05 -
YUV 108.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 171 85 66 0 0.50 0.61 0.33 10.86 0.44 0.46
Hex AB 55 42 0 32 3D 21 B 2C 2E
Octal 253 125 102 0 62 75 41 13 54 56
Binary 10101011 1010101 1000010 0 110010 111101 100001 1011 101100 101110

Color Harmonies of #AB5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5542

Black with #AB5542

Text Example


Text Example

White with #AB5542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5542; }

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

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

background-color css

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

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

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

border-color css

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

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

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