Html Css Color HEX #AA4940 Roof Terracotta

📋 copy color: '#AA4940'

red 170 ◦ green 73 ◦ blue 64

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

Shades of Roof Terracotta #AA4940

Tints of Roof Terracotta #AA4940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

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

R = 55.37%
G = 23.78%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA4940 (or 0xAA4940) is known color: Roof Terracotta. HEX triplet: AA, 49 and 40. RGB value is (170,73,64). Sum of RGB (Red+Green+Blue) = 170+73+64=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4940 is #55B6BF. Grayscale: #656565. Windows color (decimal): -5617344 or 4213162. OLE color: 4213162.

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

Color convert

RGB 170 73 64 -
CMYK 0 0.57 0.62 0.33
HSL 5.09º 0.45% 0.46% -
HSV(B) 5.09º 0.62% 0.67% -
XYZ 19.89 13.68 6.44 -
YUV 100.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 170 73 64 0 0.57 0.62 0.33 5.09 0.45 0.46
Hex AA 49 40 0 39 3E 21 5 2D 2E
Octal 252 111 100 0 71 76 41 5 55 56
Binary 10101010 1001001 1000000 0 111001 111110 100001 101 101101 101110

Color Harmonies of #AA4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4940

Black with #AA4940

Text Example


Text Example

White with #AA4940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4940; }

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

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

background-color css

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

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

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

border-color css

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

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

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