Html Css Color HEX #AB4741 Roof Terracotta

📋 copy color: '#AB4741'

red 171 ◦ green 71 ◦ blue 65

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

Shades of Roof Terracotta #AB4741

Tints of Roof Terracotta #AB4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

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

R = 55.7%
G = 23.13%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB4741 (or 0xAB4741) is known color: Roof Terracotta. HEX triplet: AB, 47 and 41. RGB value is (171,71,65). Sum of RGB (Red+Green+Blue) = 171+71+65=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4741 is #54B8BE. Grayscale: #646464. Windows color (decimal): -5552319 or 4278187. OLE color: 4278187.

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

Color convert

RGB 171 71 65 -
CMYK 0 0.58 0.62 0.33
HSL 3.4º 0.45% 0.46% -
HSV(B) 3.4º 0.62% 0.67% -
XYZ 20 13.55 6.56 -
YUV 100.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 171 71 65 0 0.58 0.62 0.33 3.4 0.45 0.46
Hex AB 47 41 0 3A 3E 21 3 2D 2E
Octal 253 107 101 0 72 76 41 3 55 56
Binary 10101011 1000111 1000001 0 111010 111110 100001 11 101101 101110

Color Harmonies of #AB4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4741

Black with #AB4741

Text Example


Text Example

White with #AB4741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4741; }

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

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

background-color css

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

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

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

border-color css

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

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

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