Html Css Color HEX #AB4544 Roof Terracotta

📋 copy color: '#AB4544'

red 171 ◦ green 69 ◦ blue 68

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

Shades of Roof Terracotta #AB4544

Tints of Roof Terracotta #AB4544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

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

R = 55.52%
G = 22.4%
B = 22.08%

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

#AB4544 (or 0xAB4544) is known color: Roof Terracotta. HEX triplet: AB, 45 and 44. RGB value is (171,69,68). Sum of RGB (Red+Green+Blue) = 171+69+68=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4544 is #54BABB. Grayscale: #636363. Windows color (decimal): -5552828 or 4474283. OLE color: 4474283.

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

Color convert

RGB 171 69 68 -
CMYK 0 0.60 0.60 0.33
HSL 0.58º 0.43% 0.47% -
HSV(B) 0.58º 0.6% 0.67% -
XYZ 19.97 13.33 6.99 -
YUV 99.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 171 69 68 0 0.60 0.60 0.33 0.58 0.43 0.47
Hex AB 45 44 0 3C 3C 21 1 2B 2F
Octal 253 105 104 0 74 74 41 1 53 57
Binary 10101011 1000101 1000100 0 111100 111100 100001 1 101011 101111

Color Harmonies of #AB4544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4544

Black with #AB4544

Text Example


Text Example

White with #AB4544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4544; }

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

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

background-color css

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

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

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

border-color css

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

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

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