Html Css Color HEX #AB4A41 Roof Terracotta

📋 copy color: '#AB4A41'

red 171 ◦ green 74 ◦ blue 65

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

Shades of Roof Terracotta #AB4A41

Tints of Roof Terracotta #AB4A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

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

R = 55.16%
G = 23.87%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB4A41 (or 0xAB4A41) is known color: Roof Terracotta. HEX triplet: AB, 4A and 41. RGB value is (171,74,65). Sum of RGB (Red+Green+Blue) = 171+74+65=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A41 is #54B5BE. Grayscale: #666666. Windows color (decimal): -5551551 or 4278955. OLE color: 4278955.

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

Color convert

RGB 171 74 65 -
CMYK 0 0.57 0.62 0.33
HSL 5.09º 0.45% 0.46% -
HSV(B) 5.09º 0.62% 0.67% -
XYZ 20.2 13.94 6.63 -
YUV 101.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 171 74 65 0 0.57 0.62 0.33 5.09 0.45 0.46
Hex AB 4A 41 0 39 3E 21 5 2D 2E
Octal 253 112 101 0 71 76 41 5 55 56
Binary 10101011 1001010 1000001 0 111001 111110 100001 101 101101 101110

Color Harmonies of #AB4A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A41

Black with #AB4A41

Text Example


Text Example

White with #AB4A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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