Html Css Color HEX #AA4441 Roof Terracotta

📋 copy color: '#AA4441'

red 170 ◦ green 68 ◦ blue 65

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

Shades of Roof Terracotta #AA4441

Tints of Roof Terracotta #AA4441

RGB

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

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

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

R = 56.11%
G = 22.44%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA4441 (or 0xAA4441) is known color: Roof Terracotta. HEX triplet: AA, 44 and 41. RGB value is (170,68,65). Sum of RGB (Red+Green+Blue) = 170+68+65=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4441 is #55BBBE. Grayscale: #626262. Windows color (decimal): -5618623 or 4277418. OLE color: 4277418.

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

Color convert

RGB 170 68 65 -
CMYK 0 0.6 0.62 0.33
HSL 1.71º 0.45% 0.46% -
HSV(B) 1.71º 0.62% 0.67% -
XYZ 19.6 13.06 6.49 -
YUV 98.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 170 68 65 0 0.6 0.62 0.33 1.71 0.45 0.46
Hex AA 44 41 0 3C 3E 21 2 2D 2E
Octal 252 104 101 0 74 76 41 2 55 56
Binary 10101010 1000100 1000001 0 111100 111110 100001 10 101101 101110

Color Harmonies of #AA4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4441

Black with #AA4441

Text Example


Text Example

White with #AA4441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4441; }

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

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

background-color css

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

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

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

border-color css

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

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

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