Html Css Color HEX #AA4544 Roof Terracotta

📋 copy color: '#AA4544'

red 170 ◦ green 69 ◦ blue 68

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

Shades of Roof Terracotta #AA4544

Tints of Roof Terracotta #AA4544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

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

R = 55.37%
G = 22.48%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA4544 (or 0xAA4544) is known color: Roof Terracotta. HEX triplet: AA, 45 and 44. RGB value is (170,69,68). Sum of RGB (Red+Green+Blue) = 170+69+68=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4544 is #55BABB. Grayscale: #636363. Windows color (decimal): -5618364 or 4474282. OLE color: 4474282.

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

Color convert

RGB 170 69 68 -
CMYK 0 0.59 0.6 0.33
HSL 0.59º 0.43% 0.47% -
HSV(B) 0.59º 0.6% 0.67% -
XYZ 19.75 13.22 6.98 -
YUV 99.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 170 69 68 0 0.59 0.6 0.33 0.59 0.43 0.47
Hex AA 45 44 0 3B 3C 21 1 2B 2F
Octal 252 105 104 0 73 74 41 1 53 57
Binary 10101010 1000101 1000100 0 111011 111100 100001 1 101011 101111

Color Harmonies of #AA4544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4544

Black with #AA4544

Text Example


Text Example

White with #AA4544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4544; }

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

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

background-color css

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

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

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

border-color css

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

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

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