Html Css Color HEX #AB493E Roof Terracotta

📋 copy color: '#AB493E'

red 171 ◦ green 73 ◦ blue 62

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

Shades of Roof Terracotta #AB493E

Tints of Roof Terracotta #AB493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 55.88%
G = 23.86%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB493E (or 0xAB493E) is known color: Roof Terracotta. HEX triplet: AB, 49 and 3E. RGB value is (171,73,62). Sum of RGB (Red+Green+Blue) = 171+73+62=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB493E is #54B6C1. Grayscale: #656565. Windows color (decimal): -5551810 or 4082091. OLE color: 4082091.

HSL color Cylindrical-coordinate representation of color #AB493E: hue angle of 6.06º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB493E is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 62 -
CMYK 0 0.57 0.64 0.33
HSL 6.06º 0.47% 0.46% -
HSV(B) 6.06º 0.64% 0.67% -
XYZ 20.05 13.77 6.16 -
YUV 101.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 171 73 62 0 0.57 0.64 0.33 6.06 0.47 0.46
Hex AB 49 3E 0 39 40 21 6 2F 2E
Octal 253 111 76 0 71 100 41 6 57 56
Binary 10101011 1001001 111110 0 111001 1000000 100001 110 101111 101110

Color Harmonies of #AB493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB493E

Black with #AB493E

Text Example


Text Example

White with #AB493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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