Html Css Color HEX #AB5541 Crail

📋 copy color: '#AB5541'

red 171 ◦ green 85 ◦ blue 65

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

Shades of Crail #AB5541

Tints of Crail #AB5541

RGB

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

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

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

R = 53.27%
G = 26.48%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB5541 (or 0xAB5541) is known color: Crail. HEX triplet: AB, 55 and 41. RGB value is (171,85,65). Sum of RGB (Red+Green+Blue) = 171+85+65=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5541 is #54AABE. Grayscale: #6C6C6C. Windows color (decimal): -5548735 or 4281771. OLE color: 4281771.

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

Color convert

RGB 171 85 65 -
CMYK 0 0.50 0.62 0.33
HSL 11.32º 0.45% 0.46% -
HSV(B) 11.32º 0.62% 0.67% -
XYZ 21 15.54 6.89 -
YUV 108.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 171 85 65 0 0.50 0.62 0.33 11.32 0.45 0.46
Hex AB 55 41 0 32 3E 21 B 2D 2E
Octal 253 125 101 0 62 76 41 13 55 56
Binary 10101011 1010101 1000001 0 110010 111110 100001 1011 101101 101110

Color Harmonies of #AB5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5541

Black with #AB5541

Text Example


Text Example

White with #AB5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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