Html Css Color HEX #AB4140 Roof Terracotta

📋 copy color: '#AB4140'

red 171 ◦ green 65 ◦ blue 64

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

Shades of Roof Terracotta #AB4140

Tints of Roof Terracotta #AB4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 57%
G = 21.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB4140 (or 0xAB4140) is known color: Roof Terracotta. HEX triplet: AB, 41 and 40. RGB value is (171,65,64). Sum of RGB (Red+Green+Blue) = 171+65+64=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4140 is #54BEBF. Grayscale: #606060. Windows color (decimal): -5553856 or 4211115. OLE color: 4211115.

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

Color convert

RGB 171 65 64 -
CMYK 0 0.62 0.63 0.33
HSL 0.56º 0.46% 0.46% -
HSV(B) 0.56º 0.63% 0.67% -
XYZ 19.61 12.81 6.29 -
YUV 96.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 171 65 64 0 0.62 0.63 0.33 0.56 0.46 0.46
Hex AB 41 40 0 3E 3F 21 1 2E 2E
Octal 253 101 100 0 76 77 41 1 56 56
Binary 10101011 1000001 1000000 0 111110 111111 100001 1 101110 101110

Color Harmonies of #AB4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4140

Black with #AB4140

Text Example


Text Example

White with #AB4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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