Html Css Color HEX #AA4747 Roof Terracotta

📋 copy color: '#AA4747'

red 170 ◦ green 71 ◦ blue 71

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

Shades of Roof Terracotta #AA4747

Tints of Roof Terracotta #AA4747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 54.49%
G = 22.76%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA4747 (or 0xAA4747) is known color: Roof Terracotta. HEX triplet: AA, 47 and 47. RGB value is (170,71,71). Sum of RGB (Red+Green+Blue) = 170+71+71=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4747 is #55B8B8. Grayscale: #646464. Windows color (decimal): -5617849 or 4671402. OLE color: 4671402.

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

Color convert

RGB 170 71 71 -
CMYK 0 0.58 0.58 0.33
HSL 0.41% 0.47% -
HSV(B) 0.58% 0.67% -
XYZ 19.97 13.51 7.52 -
YUV 100.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 170 71 71 0 0.58 0.58 0.33 0 0.41 0.47
Hex AA 47 47 0 3A 3A 21 0 29 2F
Octal 252 107 107 0 72 72 41 0 51 57
Binary 10101010 1000111 1000111 0 111010 111010 100001 0 101001 101111

Color Harmonies of #AA4747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4747

Black with #AA4747

Text Example


Text Example

White with #AA4747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4747; }

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

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

background-color css

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

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

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

border-color css

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

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

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