Html Css Color HEX #AB4542 Roof Terracotta

📋 copy color: '#AB4542'

red 171 ◦ green 69 ◦ blue 66

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

Shades of Roof Terracotta #AB4542

Tints of Roof Terracotta #AB4542

RGB

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

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

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

R = 55.88%
G = 22.55%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB4542 (or 0xAB4542) is known color: Roof Terracotta. HEX triplet: AB, 45 and 42. RGB value is (171,69,66). Sum of RGB (Red+Green+Blue) = 171+69+66=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4542 is #54BABD. Grayscale: #636363. Windows color (decimal): -5552830 or 4343211. OLE color: 4343211.

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

Color convert

RGB 171 69 66 -
CMYK 0 0.60 0.61 0.33
HSL 1.71º 0.44% 0.46% -
HSV(B) 1.71º 0.61% 0.67% -
XYZ 19.91 13.31 6.67 -
YUV 99.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 171 69 66 0 0.60 0.61 0.33 1.71 0.44 0.46
Hex AB 45 42 0 3C 3D 21 2 2C 2E
Octal 253 105 102 0 74 75 41 2 54 56
Binary 10101011 1000101 1000010 0 111100 111101 100001 10 101100 101110

Color Harmonies of #AB4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4542

Black with #AB4542

Text Example


Text Example

White with #AB4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4542; }

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

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

background-color css

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

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

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

border-color css

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

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

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