Html Css Color HEX #AB4746 Roof Terracotta

📋 copy color: '#AB4746'

red 171 ◦ green 71 ◦ blue 70

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

Shades of Roof Terracotta #AB4746

Tints of Roof Terracotta #AB4746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 54.81%
G = 22.76%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB4746 (or 0xAB4746) is known color: Roof Terracotta. HEX triplet: AB, 47 and 46. RGB value is (171,71,70). Sum of RGB (Red+Green+Blue) = 171+71+70=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4746 is #54B8B9. Grayscale: #646464. Windows color (decimal): -5552314 or 4605867. OLE color: 4605867.

HSL color Cylindrical-coordinate representation of color #AB4746: hue angle of 0.59º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4746 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 70 -
CMYK 0 0.58 0.59 0.33
HSL 0.59º 0.42% 0.47% -
HSV(B) 0.59º 0.59% 0.67% -
XYZ 20.15 13.61 7.36 -
YUV 100.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 171 71 70 0 0.58 0.59 0.33 0.59 0.42 0.47
Hex AB 47 46 0 3A 3B 21 1 2A 2F
Octal 253 107 106 0 72 73 41 1 52 57
Binary 10101011 1000111 1000110 0 111010 111011 100001 1 101010 101111

Color Harmonies of #AB4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4746

Black with #AB4746

Text Example


Text Example

White with #AB4746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4746; }

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

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

background-color css

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

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

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

border-color css

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

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

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