Html Css Color HEX #AB4942 Roof Terracotta

📋 copy color: '#AB4942'

red 171 ◦ green 73 ◦ blue 66

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

Shades of Roof Terracotta #AB4942

Tints of Roof Terracotta #AB4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.55%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 55.16%
G = 23.55%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB4942 (or 0xAB4942) is known color: Roof Terracotta. HEX triplet: AB, 49 and 42. RGB value is (171,73,66). Sum of RGB (Red+Green+Blue) = 171+73+66=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4942 is #54B6BD. Grayscale: #656565. Windows color (decimal): -5551806 or 4344235. OLE color: 4344235.

HSL color Cylindrical-coordinate representation of color #AB4942: hue angle of 4º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4942 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 66 -
CMYK 0 0.57 0.61 0.33
HSL 0.44% 0.46% -
HSV(B) 0.61% 0.67% -
XYZ 20.16 13.82 6.76 -
YUV 101.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 171 73 66 0 0.57 0.61 0.33 4 0.44 0.46
Hex AB 49 42 0 39 3D 21 4 2C 2E
Octal 253 111 102 0 71 75 41 4 54 56
Binary 10101011 1001001 1000010 0 111001 111101 100001 100 101100 101110

Color Harmonies of #AB4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4942

Black with #AB4942

Text Example


Text Example

White with #AB4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4942; }

 p { color: rgb(171,73,66); }

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

background-color css

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

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

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

border-color css

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

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

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