Html Css Color HEX #AB5445 Crail

📋 copy color: '#AB5445'

red 171 ◦ green 84 ◦ blue 69

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

Shades of Crail #AB5445

Tints of Crail #AB5445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 52.78%
G = 25.93%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB5445 (or 0xAB5445) is known color: Crail. HEX triplet: AB, 54 and 45. RGB value is (171,84,69). Sum of RGB (Red+Green+Blue) = 171+84+69=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5445 is #54ABBA. Grayscale: #6C6C6C. Windows color (decimal): -5548987 or 4543659. OLE color: 4543659.

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

Color convert

RGB 171 84 69 -
CMYK 0 0.51 0.60 0.33
HSL 8.82º 0.43% 0.47% -
HSV(B) 8.82º 0.6% 0.67% -
XYZ 21.04 15.43 7.5 -
YUV 108.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 171 84 69 0 0.51 0.60 0.33 8.82 0.43 0.47
Hex AB 54 45 0 33 3C 21 9 2A 2F
Octal 253 124 105 0 63 74 41 11 52 57
Binary 10101011 1010100 1000101 0 110011 111100 100001 1001 101010 101111

Color Harmonies of #AB5445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5445

Black with #AB5445

Text Example


Text Example

White with #AB5445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5445; }

 p { color: rgb(171,84,69); }

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

background-color css

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

 a { background-color: rgb(171,84,69); }

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

border-color css

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

 span { border-color: rgb(171,84,69); }

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