Html Css Color HEX #AA4444 Roof Terracotta

📋 copy color: '#AA4444'

red 170 ◦ green 68 ◦ blue 68

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

Shades of Roof Terracotta #AA4444

Tints of Roof Terracotta #AA4444

RGB

 RED value IS 170 (66.8% from 255) = 55.56%

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 68 (26.95% from 255) = 22.22%

R = 55.56%
G = 22.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA4444 (or 0xAA4444) is known color: Roof Terracotta. HEX triplet: AA, 44 and 44. RGB value is (170,68,68). Sum of RGB (Red+Green+Blue) = 170+68+68=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4444 is #55BBBB. Grayscale: #626262. Windows color (decimal): -5618620 or 4474026. OLE color: 4474026.

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

Color convert

RGB 170 68 68 -
CMYK 0 0.6 0.6 0.33
HSL 0.43% 0.47% -
HSV(B) 0.6% 0.67% -
XYZ 19.69 13.1 6.96 -
YUV 98.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 170 68 68 0 0.6 0.6 0.33 0 0.43 0.47
Hex AA 44 44 0 3C 3C 21 0 2B 2F
Octal 252 104 104 0 74 74 41 0 53 57
Binary 10101010 1000100 1000100 0 111100 111100 100001 0 101011 101111

Color Harmonies of #AA4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4444

Black with #AA4444

Text Example


Text Example

White with #AA4444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4444; }

 p { color: rgb(170,68,68); }

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

background-color css

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

 a { background-color: rgb(170,68,68); }

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

border-color css

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

 span { border-color: rgb(170,68,68); }

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