Html Css Color HEX #AB5544 Crail

📋 copy color: '#AB5544'

red 171 ◦ green 85 ◦ blue 68

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

Shades of Crail #AB5544

Tints of Crail #AB5544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 52.78%
G = 26.23%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB5544 (or 0xAB5544) is known color: Crail. HEX triplet: AB, 55 and 44. RGB value is (171,85,68). Sum of RGB (Red+Green+Blue) = 171+85+68=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5544 is #54AABB. Grayscale: #6C6C6C. Windows color (decimal): -5548732 or 4478379. OLE color: 4478379.

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

Color convert

RGB 171 85 68 -
CMYK 0 0.50 0.60 0.33
HSL 9.9º 0.43% 0.47% -
HSV(B) 9.9º 0.6% 0.67% -
XYZ 21.09 15.57 7.36 -
YUV 108.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 171 85 68 0 0.50 0.60 0.33 9.9 0.43 0.47
Hex AB 55 44 0 32 3C 21 A 2B 2F
Octal 253 125 104 0 62 74 41 12 53 57
Binary 10101011 1010101 1000100 0 110010 111100 100001 1010 101011 101111

Color Harmonies of #AB5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5544

Black with #AB5544

Text Example


Text Example

White with #AB5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5544; }

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

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

background-color css

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

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

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

border-color css

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

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

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