Html Css Color HEX #AA4941 Roof Terracotta

📋 copy color: '#AA4941'

red 170 ◦ green 73 ◦ blue 65

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

Shades of Roof Terracotta #AA4941

Tints of Roof Terracotta #AA4941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 55.19%
G = 23.7%
B = 21.1%

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

#AA4941 (or 0xAA4941) is known color: Roof Terracotta. HEX triplet: AA, 49 and 41. RGB value is (170,73,65). Sum of RGB (Red+Green+Blue) = 170+73+65=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4941 is #55B6BE. Grayscale: #656565. Windows color (decimal): -5617343 or 4278698. OLE color: 4278698.

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

Color convert

RGB 170 73 65 -
CMYK 0 0.57 0.62 0.33
HSL 4.57º 0.45% 0.46% -
HSV(B) 4.57º 0.62% 0.67% -
XYZ 19.91 13.69 6.59 -
YUV 101.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 170 73 65 0 0.57 0.62 0.33 4.57 0.45 0.46
Hex AA 49 41 0 39 3E 21 5 2D 2E
Octal 252 111 101 0 71 76 41 5 55 56
Binary 10101010 1001001 1000001 0 111001 111110 100001 101 101101 101110

Color Harmonies of #AA4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4941

Black with #AA4941

Text Example


Text Example

White with #AA4941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4941; }

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

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

background-color css

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

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

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

border-color css

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

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

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