Html Css Color HEX #AB4946 Roof Terracotta

📋 copy color: '#AB4946'

red 171 ◦ green 73 ◦ blue 70

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

Shades of Roof Terracotta #AB4946

Tints of Roof Terracotta #AB4946

RGB

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

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

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

R = 54.46%
G = 23.25%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB4946 (or 0xAB4946) is known color: Roof Terracotta. HEX triplet: AB, 49 and 46. RGB value is (171,73,70). Sum of RGB (Red+Green+Blue) = 171+73+70=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4946 is #54B6B9. Grayscale: #666666. Windows color (decimal): -5551802 or 4606379. OLE color: 4606379.

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

Color convert

RGB 171 73 70 -
CMYK 0 0.57 0.59 0.33
HSL 1.78º 0.42% 0.47% -
HSV(B) 1.78º 0.59% 0.67% -
XYZ 20.28 13.87 7.4 -
YUV 101.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 171 73 70 0 0.57 0.59 0.33 1.78 0.42 0.47
Hex AB 49 46 0 39 3B 21 2 2A 2F
Octal 253 111 106 0 71 73 41 2 52 57
Binary 10101011 1001001 1000110 0 111001 111011 100001 10 101010 101111

Color Harmonies of #AB4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4946

Black with #AB4946

Text Example


Text Example

White with #AB4946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4946; }

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

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

background-color css

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

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

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

border-color css

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

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

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