Html Css Color HEX #AA4540 Roof Terracotta

📋 copy color: '#AA4540'

red 170 ◦ green 69 ◦ blue 64

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

Shades of Roof Terracotta #AA4540

Tints of Roof Terracotta #AA4540

RGB

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

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

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

R = 56.11%
G = 22.77%
B = 21.12%

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

#AA4540 (or 0xAA4540) is known color: Roof Terracotta. HEX triplet: AA, 45 and 40. RGB value is (170,69,64). Sum of RGB (Red+Green+Blue) = 170+69+64=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4540 is #55BABF. Grayscale: #626262. Windows color (decimal): -5618368 or 4212138. OLE color: 4212138.

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

Color convert

RGB 170 69 64 -
CMYK 0 0.59 0.62 0.33
HSL 2.83º 0.45% 0.46% -
HSV(B) 2.83º 0.62% 0.67% -
XYZ 19.63 13.17 6.36 -
YUV 98.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 170 69 64 0 0.59 0.62 0.33 2.83 0.45 0.46
Hex AA 45 40 0 3B 3E 21 3 2D 2E
Octal 252 105 100 0 73 76 41 3 55 56
Binary 10101010 1000101 1000000 0 111011 111110 100001 11 101101 101110

Color Harmonies of #AA4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4540

Black with #AA4540

Text Example


Text Example

White with #AA4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4540; }

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

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

background-color css

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

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

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

border-color css

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

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

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