Html Css Color HEX #AA4542 Roof Terracotta

📋 copy color: '#AA4542'

red 170 ◦ green 69 ◦ blue 66

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

Shades of Roof Terracotta #AA4542

Tints of Roof Terracotta #AA4542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 55.74%
G = 22.62%
B = 21.64%

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

#AA4542 (or 0xAA4542) is known color: Roof Terracotta. HEX triplet: AA, 45 and 42. RGB value is (170,69,66). Sum of RGB (Red+Green+Blue) = 170+69+66=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4542 is #55BABD. Grayscale: #626262. Windows color (decimal): -5618366 or 4343210. OLE color: 4343210.

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

Color convert

RGB 170 69 66 -
CMYK 0 0.59 0.61 0.33
HSL 1.73º 0.44% 0.46% -
HSV(B) 1.73º 0.61% 0.67% -
XYZ 19.69 13.2 6.66 -
YUV 98.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 170 69 66 0 0.59 0.61 0.33 1.73 0.44 0.46
Hex AA 45 42 0 3B 3D 21 2 2C 2E
Octal 252 105 102 0 73 75 41 2 54 56
Binary 10101010 1000101 1000010 0 111011 111101 100001 10 101100 101110

Color Harmonies of #AA4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4542

Black with #AA4542

Text Example


Text Example

White with #AA4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4542; }

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

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

background-color css

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

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

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

border-color css

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

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

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