Html Css Color HEX #AB493F Roof Terracotta

📋 copy color: '#AB493F'

red 171 ◦ green 73 ◦ blue 63

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

Shades of Roof Terracotta #AB493F

Tints of Roof Terracotta #AB493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.52%

R = 55.7%
G = 23.78%
B = 20.52%

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

#AB493F (or 0xAB493F) is known color: Roof Terracotta. HEX triplet: AB, 49 and 3F. RGB value is (171,73,63). Sum of RGB (Red+Green+Blue) = 171+73+63=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB493F is #54B6C0. Grayscale: #656565. Windows color (decimal): -5551809 or 4147627. OLE color: 4147627.

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

Color convert

RGB 171 73 63 -
CMYK 0 0.57 0.63 0.33
HSL 5.56º 0.46% 0.46% -
HSV(B) 5.56º 0.63% 0.67% -
XYZ 20.07 13.78 6.3 -
YUV 101.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 171 73 63 0 0.57 0.63 0.33 5.56 0.46 0.46
Hex AB 49 3F 0 39 3F 21 6 2E 2E
Octal 253 111 77 0 71 77 41 6 56 56
Binary 10101011 1001001 111111 0 111001 111111 100001 110 101110 101110

Color Harmonies of #AB493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB493F

Black with #AB493F

Text Example


Text Example

White with #AB493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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