Html Css Color HEX #AA4340 Roof Terracotta

📋 copy color: '#AA4340'

red 170 ◦ green 67 ◦ blue 64

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

Shades of Roof Terracotta #AA4340

Tints of Roof Terracotta #AA4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 56.48%
G = 22.26%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA4340 (or 0xAA4340) is known color: Roof Terracotta. HEX triplet: AA, 43 and 40. RGB value is (170,67,64). Sum of RGB (Red+Green+Blue) = 170+67+64=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4340 is #55BCBF. Grayscale: #616161. Windows color (decimal): -5618880 or 4211626. OLE color: 4211626.

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

Color convert

RGB 170 67 64 -
CMYK 0 0.61 0.62 0.33
HSL 1.7º 0.45% 0.46% -
HSV(B) 1.7º 0.62% 0.67% -
XYZ 19.51 12.93 6.32 -
YUV 97.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 170 67 64 0 0.61 0.62 0.33 1.7 0.45 0.46
Hex AA 43 40 0 3D 3E 21 2 2D 2E
Octal 252 103 100 0 75 76 41 2 55 56
Binary 10101010 1000011 1000000 0 111101 111110 100001 10 101101 101110

Color Harmonies of #AA4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4340

Black with #AA4340

Text Example


Text Example

White with #AA4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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