Html Css Color HEX #AA4842 Roof Terracotta

📋 copy color: '#AA4842'

red 170 ◦ green 72 ◦ blue 66

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

Shades of Roof Terracotta #AA4842

Tints of Roof Terracotta #AA4842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 55.19%
G = 23.38%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA4842 (or 0xAA4842) is known color: Roof Terracotta. HEX triplet: AA, 48 and 42. RGB value is (170,72,66). Sum of RGB (Red+Green+Blue) = 170+72+66=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4842 is #55B7BD. Grayscale: #646464. Windows color (decimal): -5617598 or 4343978. OLE color: 4343978.

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

Color convert

RGB 170 72 66 -
CMYK 0 0.58 0.61 0.33
HSL 3.46º 0.44% 0.46% -
HSV(B) 3.46º 0.61% 0.67% -
XYZ 19.88 13.57 6.73 -
YUV 100.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 170 72 66 0 0.58 0.61 0.33 3.46 0.44 0.46
Hex AA 48 42 0 3A 3D 21 3 2C 2E
Octal 252 110 102 0 72 75 41 3 54 56
Binary 10101010 1001000 1000010 0 111010 111101 100001 11 101100 101110

Color Harmonies of #AA4842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4842

Black with #AA4842

Text Example


Text Example

White with #AA4842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4842; }

 p { color: rgb(170,72,66); }

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

background-color css

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

 a { background-color: rgb(170,72,66); }

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

border-color css

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

 span { border-color: rgb(170,72,66); }

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