Html Css Color HEX #AB4444 Roof Terracotta

📋 copy color: '#AB4444'

red 171 ◦ green 68 ◦ blue 68

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

Shades of Roof Terracotta #AB4444

Tints of Roof Terracotta #AB4444

RGB

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

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

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

R = 55.7%
G = 22.15%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB4444 (or 0xAB4444) is known color: Roof Terracotta. HEX triplet: AB, 44 and 44. RGB value is (171,68,68). Sum of RGB (Red+Green+Blue) = 171+68+68=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4444 is #54BBBB. Grayscale: #626262. Windows color (decimal): -5553084 or 4474027. OLE color: 4474027.

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

Color convert

RGB 171 68 68 -
CMYK 0 0.60 0.60 0.33
HSL 0.43% 0.47% -
HSV(B) 0.6% 0.67% -
XYZ 19.91 13.21 6.97 -
YUV 98.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 171 68 68 0 0.60 0.60 0.33 0 0.43 0.47
Hex AB 44 44 0 3C 3C 21 0 2B 2F
Octal 253 104 104 0 74 74 41 0 53 57
Binary 10101011 1000100 1000100 0 111100 111100 100001 0 101011 101111

Color Harmonies of #AB4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4444

Black with #AB4444

Text Example


Text Example

White with #AB4444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4444; }

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

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

background-color css

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

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

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

border-color css

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

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

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