Html Css Color HEX #AB4040 Roof Terracotta

📋 copy color: '#AB4040'

red 171 ◦ green 64 ◦ blue 64

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

Shades of Roof Terracotta #AB4040

Tints of Roof Terracotta #AB4040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 57.19%
G = 21.4%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB4040 (or 0xAB4040) is known color: Roof Terracotta. HEX triplet: AB, 40 and 40. RGB value is (171,64,64). Sum of RGB (Red+Green+Blue) = 171+64+64=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4040 is #54BFBF. Grayscale: #606060. Windows color (decimal): -5554112 or 4210859. OLE color: 4210859.

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

Color convert

RGB 171 64 64 -
CMYK 0 0.63 0.63 0.33
HSL 0.46% 0.46% -
HSV(B) 0.63% 0.67% -
XYZ 19.55 12.69 6.27 -
YUV 95.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 171 64 64 0 0.63 0.63 0.33 0 0.46 0.46
Hex AB 40 40 0 3F 3F 21 0 2E 2E
Octal 253 100 100 0 77 77 41 0 56 56
Binary 10101011 1000000 1000000 0 111111 111111 100001 0 101110 101110

Color Harmonies of #AB4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4040

Black with #AB4040

Text Example


Text Example

White with #AB4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4040; }

 p { color: rgb(171,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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