Html Css Color HEX #AA473D Roof Terracotta

📋 copy color: '#AA473D'

red 170 ◦ green 71 ◦ blue 61

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

Shades of Roof Terracotta #AA473D

Tints of Roof Terracotta #AA473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 56.29%
G = 23.51%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA473D (or 0xAA473D) is known color: Roof Terracotta. HEX triplet: AA, 47 and 3D. RGB value is (170,71,61). Sum of RGB (Red+Green+Blue) = 170+71+61=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA473D is #55B8C2. Grayscale: #636363. Windows color (decimal): -5617859 or 4016042. OLE color: 4016042.

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

Color convert

RGB 170 71 61 -
CMYK 0 0.58 0.64 0.33
HSL 5.5º 0.47% 0.45% -
HSV(B) 5.5º 0.64% 0.67% -
XYZ 19.67 13.39 5.96 -
YUV 99.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 170 71 61 0 0.58 0.64 0.33 5.5 0.47 0.45
Hex AA 47 3D 0 3A 40 21 6 2F 2D
Octal 252 107 75 0 72 100 41 6 57 55
Binary 10101010 1000111 111101 0 111010 1000000 100001 110 101111 101101

Color Harmonies of #AA473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA473D

Black with #AA473D

Text Example


Text Example

White with #AA473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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