Html Css Color HEX #AA4541 Roof Terracotta

📋 copy color: '#AA4541'

red 170 ◦ green 69 ◦ blue 65

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

Shades of Roof Terracotta #AA4541

Tints of Roof Terracotta #AA4541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 55.92%
G = 22.7%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA4541 (or 0xAA4541) is known color: Roof Terracotta. HEX triplet: AA, 45 and 41. RGB value is (170,69,65). Sum of RGB (Red+Green+Blue) = 170+69+65=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4541 is #55BABE. Grayscale: #626262. Windows color (decimal): -5618367 or 4277674. OLE color: 4277674.

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

Color convert

RGB 170 69 65 -
CMYK 0 0.59 0.62 0.33
HSL 2.29º 0.45% 0.46% -
HSV(B) 2.29º 0.62% 0.67% -
XYZ 19.66 13.18 6.51 -
YUV 98.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 170 69 65 0 0.59 0.62 0.33 2.29 0.45 0.46
Hex AA 45 41 0 3B 3E 21 2 2D 2E
Octal 252 105 101 0 73 76 41 2 55 56
Binary 10101010 1000101 1000001 0 111011 111110 100001 10 101101 101110

Color Harmonies of #AA4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4541

Black with #AA4541

Text Example


Text Example

White with #AA4541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4541; }

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

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

background-color css

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

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

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

border-color css

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

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

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