Html Css Color HEX #AA4A40 Roof Terracotta

📋 copy color: '#AA4A40'

red 170 ◦ green 74 ◦ blue 64

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

Shades of Roof Terracotta #AA4A40

Tints of Roof Terracotta #AA4A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

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

R = 55.19%
G = 24.03%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA4A40 (or 0xAA4A40) is known color: Roof Terracotta. HEX triplet: AA, 4A and 40. RGB value is (170,74,64). Sum of RGB (Red+Green+Blue) = 170+74+64=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A40 is #55B5BF. Grayscale: #656565. Windows color (decimal): -5617088 or 4213418. OLE color: 4213418.

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

Color convert

RGB 170 74 64 -
CMYK 0 0.56 0.62 0.33
HSL 5.66º 0.45% 0.46% -
HSV(B) 5.66º 0.62% 0.67% -
XYZ 19.95 13.81 6.47 -
YUV 101.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 170 74 64 0 0.56 0.62 0.33 5.66 0.45 0.46
Hex AA 4A 40 0 38 3E 21 6 2D 2E
Octal 252 112 100 0 70 76 41 6 55 56
Binary 10101010 1001010 1000000 0 111000 111110 100001 110 101101 101110

Color Harmonies of #AA4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A40

Black with #AA4A40

Text Example


Text Example

White with #AA4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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