Html Css Color HEX #AB5642 Crail

📋 copy color: '#AB5642'

red 171 ◦ green 86 ◦ blue 66

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

Shades of Crail #AB5642

Tints of Crail #AB5642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

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

R = 52.94%
G = 26.63%
B = 20.43%

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

#AB5642 (or 0xAB5642) is known color: Crail. HEX triplet: AB, 56 and 42. RGB value is (171,86,66). Sum of RGB (Red+Green+Blue) = 171+86+66=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5642 is #54A9BD. Grayscale: #6D6D6D. Windows color (decimal): -5548478 or 4347563. OLE color: 4347563.

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

Color convert

RGB 171 86 66 -
CMYK 0 0.50 0.61 0.33
HSL 11.43º 0.44% 0.46% -
HSV(B) 11.43º 0.61% 0.67% -
XYZ 21.11 15.71 7.07 -
YUV 109.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 171 86 66 0 0.50 0.61 0.33 11.43 0.44 0.46
Hex AB 56 42 0 32 3D 21 B 2C 2E
Octal 253 126 102 0 62 75 41 13 54 56
Binary 10101011 1010110 1000010 0 110010 111101 100001 1011 101100 101110

Color Harmonies of #AB5642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5642

Black with #AB5642

Text Example


Text Example

White with #AB5642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5642; }

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

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

background-color css

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

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

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

border-color css

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

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

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