Html Css Color HEX #A44949 Roof Terracotta

📋 copy color: '#A44949'

red 164 ◦ green 73 ◦ blue 73

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

Shades of Roof Terracotta #A44949

Tints of Roof Terracotta #A44949

RGB

 RED value IS 164 (64.45% from 255) = 52.9%

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

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 52.9%
G = 23.55%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A44949 (or 0xA44949) is known color: Roof Terracotta. HEX triplet: A4, 49 and 49. RGB value is (164,73,73). Sum of RGB (Red+Green+Blue) = 164+73+73=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A44949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44949 is #5BB6B6. Grayscale: #646464. Windows color (decimal): -6010551 or 4802980. OLE color: 4802980.

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

Color convert

RGB 164 73 73 -
CMYK 0 0.55 0.55 0.36
HSL 0.38% 0.46% -
HSV(B) 0.55% 0.64% -
XYZ 18.89 13.14 7.84 -
YUV 100.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 164 73 73 0 0.55 0.55 0.36 0 0.38 0.46
Hex A4 49 49 0 37 37 24 0 26 2E
Octal 244 111 111 0 67 67 44 0 46 56
Binary 10100100 1001001 1001001 0 110111 110111 100100 0 100110 101110

Color Harmonies of #A44949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44949

Black with #A44949

Text Example


Text Example

White with #A44949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44949; }

 p { color: rgb(164,73,73); }

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

background-color css

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

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

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

border-color css

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

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

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