Html Css Color HEX #AB4641 Roof Terracotta

📋 copy color: '#AB4641'

red 171 ◦ green 70 ◦ blue 65

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

Shades of Roof Terracotta #AB4641

Tints of Roof Terracotta #AB4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

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

R = 55.88%
G = 22.88%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB4641 (or 0xAB4641) is known color: Roof Terracotta. HEX triplet: AB, 46 and 41. RGB value is (171,70,65). Sum of RGB (Red+Green+Blue) = 171+70+65=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4641 is #54B9BE. Grayscale: #636363. Windows color (decimal): -5552575 or 4277931. OLE color: 4277931.

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

Color convert

RGB 171 70 65 -
CMYK 0 0.59 0.62 0.33
HSL 2.83º 0.45% 0.46% -
HSV(B) 2.83º 0.62% 0.67% -
XYZ 19.94 13.42 6.54 -
YUV 99.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 171 70 65 0 0.59 0.62 0.33 2.83 0.45 0.46
Hex AB 46 41 0 3B 3E 21 3 2D 2E
Octal 253 106 101 0 73 76 41 3 55 56
Binary 10101011 1000110 1000001 0 111011 111110 100001 11 101101 101110

Color Harmonies of #AB4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4641

Black with #AB4641

Text Example


Text Example

White with #AB4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4641; }

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

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

background-color css

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

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

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

border-color css

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

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

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