Html Css Color HEX #AA4440 Roof Terracotta

📋 copy color: '#AA4440'

red 170 ◦ green 68 ◦ blue 64

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

Shades of Roof Terracotta #AA4440

Tints of Roof Terracotta #AA4440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 56.29%
G = 22.52%
B = 21.19%

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

#AA4440 (or 0xAA4440) is known color: Roof Terracotta. HEX triplet: AA, 44 and 40. RGB value is (170,68,64). Sum of RGB (Red+Green+Blue) = 170+68+64=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4440 is #55BBBF. Grayscale: #626262. Windows color (decimal): -5618624 or 4211882. OLE color: 4211882.

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

Color convert

RGB 170 68 64 -
CMYK 0 0.6 0.62 0.33
HSL 2.26º 0.45% 0.46% -
HSV(B) 2.26º 0.62% 0.67% -
XYZ 19.57 13.05 6.34 -
YUV 98.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 170 68 64 0 0.6 0.62 0.33 2.26 0.45 0.46
Hex AA 44 40 0 3C 3E 21 2 2D 2E
Octal 252 104 100 0 74 76 41 2 55 56
Binary 10101010 1000100 1000000 0 111100 111110 100001 10 101101 101110

Color Harmonies of #AA4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4440

Black with #AA4440

Text Example


Text Example

White with #AA4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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