Html Css Color HEX #AA453F Roof Terracotta

📋 copy color: '#AA453F'

red 170 ◦ green 69 ◦ blue 63

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

Shades of Roof Terracotta #AA453F

Tints of Roof Terracotta #AA453F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 56.29%
G = 22.85%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA453F (or 0xAA453F) is known color: Roof Terracotta. HEX triplet: AA, 45 and 3F. RGB value is (170,69,63). Sum of RGB (Red+Green+Blue) = 170+69+63=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA453F is #55BAC0. Grayscale: #626262. Windows color (decimal): -5618369 or 4146602. OLE color: 4146602.

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

Color convert

RGB 170 69 63 -
CMYK 0 0.59 0.63 0.33
HSL 3.36º 0.46% 0.46% -
HSV(B) 3.36º 0.63% 0.67% -
XYZ 19.6 13.16 6.21 -
YUV 98.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 170 69 63 0 0.59 0.63 0.33 3.36 0.46 0.46
Hex AA 45 3F 0 3B 3F 21 3 2E 2E
Octal 252 105 77 0 73 77 41 3 56 56
Binary 10101010 1000101 111111 0 111011 111111 100001 11 101110 101110

Color Harmonies of #AA453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA453F

Black with #AA453F

Text Example


Text Example

White with #AA453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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