Html Css Color HEX #AA4B3C Roof Terracotta

📋 copy color: '#AA4B3C'

red 170 ◦ green 75 ◦ blue 60

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

Shades of Roof Terracotta #AA4B3C

Tints of Roof Terracotta #AA4B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 55.74%
G = 24.59%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA4B3C (or 0xAA4B3C) is known color: Roof Terracotta. HEX triplet: AA, 4B and 3C. RGB value is (170,75,60). Sum of RGB (Red+Green+Blue) = 170+75+60=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B3C is #55B4C3. Grayscale: #656565. Windows color (decimal): -5616836 or 3951530. OLE color: 3951530.

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

Color convert

RGB 170 75 60 -
CMYK 0 0.56 0.65 0.33
HSL 8.18º 0.48% 0.45% -
HSV(B) 8.18º 0.65% 0.67% -
XYZ 19.91 13.9 5.91 -
YUV 101.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 170 75 60 0 0.56 0.65 0.33 8.18 0.48 0.45
Hex AA 4B 3C 0 38 41 21 8 30 2D
Octal 252 113 74 0 70 101 41 10 60 55
Binary 10101010 1001011 111100 0 111000 1000001 100001 1000 110000 101101

Color Harmonies of #AA4B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B3C

Black with #AA4B3C

Text Example


Text Example

White with #AA4B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B3C; }

 p { color: rgb(170,75,60); }

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

background-color css

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

 a { background-color: rgb(170,75,60); }

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

border-color css

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

 span { border-color: rgb(170,75,60); }

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