Html Css Color HEX #AA4948 Roof Terracotta

📋 copy color: '#AA4948'

red 170 ◦ green 73 ◦ blue 72

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

Shades of Roof Terracotta #AA4948

Tints of Roof Terracotta #AA4948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 53.97%
G = 23.17%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA4948 (or 0xAA4948) is known color: Roof Terracotta. HEX triplet: AA, 49 and 48. RGB value is (170,73,72). Sum of RGB (Red+Green+Blue) = 170+73+72=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4948 is #55B6B7. Grayscale: #656565. Windows color (decimal): -5617336 or 4737450. OLE color: 4737450.

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

Color convert

RGB 170 73 72 -
CMYK 0 0.57 0.58 0.33
HSL 0.61º 0.4% 0.47% -
HSV(B) 0.61º 0.58% 0.67% -
XYZ 20.13 13.78 7.73 -
YUV 101.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 170 73 72 0 0.57 0.58 0.33 0.61 0.4 0.47
Hex AA 49 48 0 39 3A 21 1 28 2F
Octal 252 111 110 0 71 72 41 1 50 57
Binary 10101010 1001001 1001000 0 111001 111010 100001 1 101000 101111

Color Harmonies of #AA4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4948

Black with #AA4948

Text Example


Text Example

White with #AA4948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4948; }

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

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

background-color css

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

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

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

border-color css

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

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

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