Html Css Color HEX #AB5546 Crail

📋 copy color: '#AB5546'

red 171 ◦ green 85 ◦ blue 70

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

Shades of Crail #AB5546

Tints of Crail #AB5546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 52.45%
G = 26.07%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB5546 (or 0xAB5546) is known color: Crail. HEX triplet: AB, 55 and 46. RGB value is (171,85,70). Sum of RGB (Red+Green+Blue) = 171+85+70=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5546 is #54AAB9. Grayscale: #6D6D6D. Windows color (decimal): -5548730 or 4609451. OLE color: 4609451.

HSL color Cylindrical-coordinate representation of color #AB5546: hue angle of 8.91º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5546 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 70 -
CMYK 0 0.50 0.59 0.33
HSL 8.91º 0.42% 0.47% -
HSV(B) 8.91º 0.59% 0.67% -
XYZ 21.15 15.6 7.69 -
YUV 109 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 171 85 70 0 0.50 0.59 0.33 8.91 0.42 0.47
Hex AB 55 46 0 32 3B 21 9 2A 2F
Octal 253 125 106 0 62 73 41 11 52 57
Binary 10101011 1010101 1000110 0 110010 111011 100001 1001 101010 101111

Color Harmonies of #AB5546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5546

Black with #AB5546

Text Example


Text Example

White with #AB5546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5546; }

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

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

background-color css

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

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

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

border-color css

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

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

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