Html Css Color HEX #AA4744 Roof Terracotta

📋 copy color: '#AA4744'

red 170 ◦ green 71 ◦ blue 68

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

Shades of Roof Terracotta #AA4744

Tints of Roof Terracotta #AA4744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

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

R = 55.02%
G = 22.98%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA4744 (or 0xAA4744) is known color: Roof Terracotta. HEX triplet: AA, 47 and 44. RGB value is (170,71,68). Sum of RGB (Red+Green+Blue) = 170+71+68=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4744 is #55B8BB. Grayscale: #646464. Windows color (decimal): -5617852 or 4474794. OLE color: 4474794.

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

Color convert

RGB 170 71 68 -
CMYK 0 0.58 0.6 0.33
HSL 1.76º 0.43% 0.47% -
HSV(B) 1.76º 0.6% 0.67% -
XYZ 19.87 13.47 7.02 -
YUV 100.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 170 71 68 0 0.58 0.6 0.33 1.76 0.43 0.47
Hex AA 47 44 0 3A 3C 21 2 2B 2F
Octal 252 107 104 0 72 74 41 2 53 57
Binary 10101010 1000111 1000100 0 111010 111100 100001 10 101011 101111

Color Harmonies of #AA4744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4744

Black with #AA4744

Text Example


Text Example

White with #AA4744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4744; }

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

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

background-color css

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

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

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

border-color css

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

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

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