Html Css Color HEX #AA4545 Roof Terracotta

📋 copy color: '#AA4545'

red 170 ◦ green 69 ◦ blue 69

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

Shades of Roof Terracotta #AA4545

Tints of Roof Terracotta #AA4545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.4%

R = 55.19%
G = 22.4%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA4545 (or 0xAA4545) is known color: Roof Terracotta. HEX triplet: AA, 45 and 45. RGB value is (170,69,69). Sum of RGB (Red+Green+Blue) = 170+69+69=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4545 is #55BABA. Grayscale: #636363. Windows color (decimal): -5618363 or 4539818. OLE color: 4539818.

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

Color convert

RGB 170 69 69 -
CMYK 0 0.59 0.59 0.33
HSL 0.42% 0.47% -
HSV(B) 0.59% 0.67% -
XYZ 19.78 13.23 7.14 -
YUV 99.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 170 69 69 0 0.59 0.59 0.33 0 0.42 0.47
Hex AA 45 45 0 3B 3B 21 0 2A 2F
Octal 252 105 105 0 73 73 41 0 52 57
Binary 10101010 1000101 1000101 0 111011 111011 100001 0 101010 101111

Color Harmonies of #AA4545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4545

Black with #AA4545

Text Example


Text Example

White with #AA4545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4545; }

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

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

background-color css

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

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

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

border-color css

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

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

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