Html Css Color HEX #AA4543 Roof Terracotta

📋 copy color: '#AA4543'

red 170 ◦ green 69 ◦ blue 67

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

Shades of Roof Terracotta #AA4543

Tints of Roof Terracotta #AA4543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.9%

R = 55.56%
G = 22.55%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA4543 (or 0xAA4543) is known color: Roof Terracotta. HEX triplet: AA, 45 and 43. RGB value is (170,69,67). Sum of RGB (Red+Green+Blue) = 170+69+67=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4543 is #55BABC. Grayscale: #636363. Windows color (decimal): -5618365 or 4408746. OLE color: 4408746.

HSL color Cylindrical-coordinate representation of color #AA4543: hue angle of 1.17º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4543 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 67 -
CMYK 0 0.59 0.61 0.33
HSL 1.17º 0.43% 0.46% -
HSV(B) 1.17º 0.61% 0.67% -
XYZ 19.72 13.21 6.82 -
YUV 98.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 170 69 67 0 0.59 0.61 0.33 1.17 0.43 0.46
Hex AA 45 43 0 3B 3D 21 1 2B 2E
Octal 252 105 103 0 73 75 41 1 53 56
Binary 10101010 1000101 1000011 0 111011 111101 100001 1 101011 101110

Color Harmonies of #AA4543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4543

Black with #AA4543

Text Example


Text Example

White with #AA4543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4543; }

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

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

background-color css

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

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

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

border-color css

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

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

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