Html Css Color HEX #AA4741 Roof Terracotta

📋 copy color: '#AA4741'

red 170 ◦ green 71 ◦ blue 65

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

Shades of Roof Terracotta #AA4741

Tints of Roof Terracotta #AA4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 55.56%
G = 23.2%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA4741 (or 0xAA4741) is known color: Roof Terracotta. HEX triplet: AA, 47 and 41. RGB value is (170,71,65). Sum of RGB (Red+Green+Blue) = 170+71+65=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4741 is #55B8BE. Grayscale: #646464. Windows color (decimal): -5617855 or 4278186. OLE color: 4278186.

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

Color convert

RGB 170 71 65 -
CMYK 0 0.58 0.62 0.33
HSL 3.43º 0.45% 0.46% -
HSV(B) 3.43º 0.62% 0.67% -
XYZ 19.78 13.43 6.55 -
YUV 99.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 170 71 65 0 0.58 0.62 0.33 3.43 0.45 0.46
Hex AA 47 41 0 3A 3E 21 3 2D 2E
Octal 252 107 101 0 72 76 41 3 55 56
Binary 10101010 1000111 1000001 0 111010 111110 100001 11 101101 101110

Color Harmonies of #AA4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4741

Black with #AA4741

Text Example


Text Example

White with #AA4741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4741; }

 p { color: rgb(170,71,65); }

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

background-color css

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

 a { background-color: rgb(170,71,65); }

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

border-color css

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

 span { border-color: rgb(170,71,65); }

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