Html Css Color HEX #AB4940 Roof Terracotta

📋 copy color: '#AB4940'

red 171 ◦ green 73 ◦ blue 64

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

Shades of Roof Terracotta #AB4940

Tints of Roof Terracotta #AB4940

RGB

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

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

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

R = 55.52%
G = 23.7%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB4940 (or 0xAB4940) is known color: Roof Terracotta. HEX triplet: AB, 49 and 40. RGB value is (171,73,64). Sum of RGB (Red+Green+Blue) = 171+73+64=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4940 is #54B6BF. Grayscale: #656565. Windows color (decimal): -5551808 or 4213163. OLE color: 4213163.

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

Color convert

RGB 171 73 64 -
CMYK 0 0.57 0.63 0.33
HSL 5.05º 0.46% 0.46% -
HSV(B) 5.05º 0.63% 0.67% -
XYZ 20.1 13.79 6.45 -
YUV 101.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 171 73 64 0 0.57 0.63 0.33 5.05 0.46 0.46
Hex AB 49 40 0 39 3F 21 5 2E 2E
Octal 253 111 100 0 71 77 41 5 56 56
Binary 10101011 1001001 1000000 0 111001 111111 100001 101 101110 101110

Color Harmonies of #AB4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4940

Black with #AB4940

Text Example


Text Example

White with #AB4940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4940; }

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

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

background-color css

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

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

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

border-color css

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

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

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