Html Css Color HEX #AB5341 Crail

📋 copy color: '#AB5341'

red 171 ◦ green 83 ◦ blue 65

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

Shades of Crail #AB5341

Tints of Crail #AB5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 53.61%
G = 26.02%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB5341 (or 0xAB5341) is known color: Crail. HEX triplet: AB, 53 and 41. RGB value is (171,83,65). Sum of RGB (Red+Green+Blue) = 171+83+65=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5341 is #54ACBE. Grayscale: #6B6B6B. Windows color (decimal): -5549247 or 4281259. OLE color: 4281259.

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

Color convert

RGB 171 83 65 -
CMYK 0 0.51 0.62 0.33
HSL 10.19º 0.45% 0.46% -
HSV(B) 10.19º 0.62% 0.67% -
XYZ 20.84 15.23 6.84 -
YUV 107.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 171 83 65 0 0.51 0.62 0.33 10.19 0.45 0.46
Hex AB 53 41 0 33 3E 21 A 2D 2E
Octal 253 123 101 0 63 76 41 12 55 56
Binary 10101011 1010011 1000001 0 110011 111110 100001 1010 101101 101110

Color Harmonies of #AB5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5341

Black with #AB5341

Text Example


Text Example

White with #AB5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5341; }

 p { color: rgb(171,83,65); }

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

background-color css

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

 a { background-color: rgb(171,83,65); }

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

border-color css

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

 span { border-color: rgb(171,83,65); }

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