Html Css Color HEX #AA4943 Roof Terracotta

📋 copy color: '#AA4943'

red 170 ◦ green 73 ◦ blue 67

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

Shades of Roof Terracotta #AA4943

Tints of Roof Terracotta #AA4943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.55%

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

R = 54.84%
G = 23.55%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA4943 (or 0xAA4943) is known color: Roof Terracotta. HEX triplet: AA, 49 and 43. RGB value is (170,73,67). Sum of RGB (Red+Green+Blue) = 170+73+67=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4943 is #55B6BC. Grayscale: #656565. Windows color (decimal): -5617341 or 4409770. OLE color: 4409770.

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

Color convert

RGB 170 73 67 -
CMYK 0 0.57 0.61 0.33
HSL 3.5º 0.43% 0.46% -
HSV(B) 3.5º 0.61% 0.67% -
XYZ 19.97 13.72 6.91 -
YUV 101.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 170 73 67 0 0.57 0.61 0.33 3.5 0.43 0.46
Hex AA 49 43 0 39 3D 21 3 2B 2E
Octal 252 111 103 0 71 75 41 3 53 56
Binary 10101010 1001001 1000011 0 111001 111101 100001 11 101011 101110

Color Harmonies of #AA4943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4943

Black with #AA4943

Text Example


Text Example

White with #AA4943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4943; }

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

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

background-color css

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

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

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

border-color css

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

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

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