Html Css Color HEX #AB4441 Roof Terracotta

📋 copy color: '#AB4441'

red 171 ◦ green 68 ◦ blue 65

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

Shades of Roof Terracotta #AB4441

Tints of Roof Terracotta #AB4441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 56.25%
G = 22.37%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB4441 (or 0xAB4441) is known color: Roof Terracotta. HEX triplet: AB, 44 and 41. RGB value is (171,68,65). Sum of RGB (Red+Green+Blue) = 171+68+65=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4441 is #54BBBE. Grayscale: #626262. Windows color (decimal): -5553087 or 4277419. OLE color: 4277419.

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

Color convert

RGB 171 68 65 -
CMYK 0 0.60 0.62 0.33
HSL 1.7º 0.45% 0.46% -
HSV(B) 1.7º 0.62% 0.67% -
XYZ 19.82 13.17 6.5 -
YUV 98.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 171 68 65 0 0.60 0.62 0.33 1.7 0.45 0.46
Hex AB 44 41 0 3C 3E 21 2 2D 2E
Octal 253 104 101 0 74 76 41 2 55 56
Binary 10101011 1000100 1000001 0 111100 111110 100001 10 101101 101110

Color Harmonies of #AB4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4441

Black with #AB4441

Text Example


Text Example

White with #AB4441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4441; }

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

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

background-color css

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

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

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

border-color css

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

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

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