Html Css Color HEX #AA4443 Roof Terracotta

📋 copy color: '#AA4443'

red 170 ◦ green 68 ◦ blue 67

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

Shades of Roof Terracotta #AA4443

Tints of Roof Terracotta #AA4443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

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

R = 55.74%
G = 22.3%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA4443 (or 0xAA4443) is known color: Roof Terracotta. HEX triplet: AA, 44 and 43. RGB value is (170,68,67). Sum of RGB (Red+Green+Blue) = 170+68+67=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4443 is #55BBBC. Grayscale: #626262. Windows color (decimal): -5618621 or 4408490. OLE color: 4408490.

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

Color convert

RGB 170 68 67 -
CMYK 0 0.6 0.61 0.33
HSL 0.58º 0.43% 0.46% -
HSV(B) 0.58º 0.61% 0.67% -
XYZ 19.66 13.09 6.8 -
YUV 98.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 170 68 67 0 0.6 0.61 0.33 0.58 0.43 0.46
Hex AA 44 43 0 3C 3D 21 1 2B 2E
Octal 252 104 103 0 74 75 41 1 53 56
Binary 10101010 1000100 1000011 0 111100 111101 100001 1 101011 101110

Color Harmonies of #AA4443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4443

Black with #AA4443

Text Example


Text Example

White with #AA4443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4443; }

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

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

background-color css

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

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

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

border-color css

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

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

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