Html Css Color HEX #AB4540 Roof Terracotta

📋 copy color: '#AB4540'

red 171 ◦ green 69 ◦ blue 64

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

Shades of Roof Terracotta #AB4540

Tints of Roof Terracotta #AB4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 56.25%
G = 22.7%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB4540 (or 0xAB4540) is known color: Roof Terracotta. HEX triplet: AB, 45 and 40. RGB value is (171,69,64). Sum of RGB (Red+Green+Blue) = 171+69+64=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4540 is #54BABF. Grayscale: #636363. Windows color (decimal): -5552832 or 4212139. OLE color: 4212139.

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

Color convert

RGB 171 69 64 -
CMYK 0 0.60 0.63 0.33
HSL 2.8º 0.46% 0.46% -
HSV(B) 2.8º 0.63% 0.67% -
XYZ 19.85 13.28 6.37 -
YUV 98.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 171 69 64 0 0.60 0.63 0.33 2.8 0.46 0.46
Hex AB 45 40 0 3C 3F 21 3 2E 2E
Octal 253 105 100 0 74 77 41 3 56 56
Binary 10101011 1000101 1000000 0 111100 111111 100001 11 101110 101110

Color Harmonies of #AB4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4540

Black with #AB4540

Text Example


Text Example

White with #AB4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4540; }

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

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

background-color css

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

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

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

border-color css

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

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

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