Html Css Color HEX #AA3F3F Roof Terracotta

📋 copy color: '#AA3F3F'

red 170 ◦ green 63 ◦ blue 63

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

Shades of Roof Terracotta #AA3F3F

Tints of Roof Terracotta #AA3F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 21.28%

 BLUE value IS 63 (25% from 255) = 21.28%

R = 57.43%
G = 21.28%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA3F3F (or 0xAA3F3F) is known color: Roof Terracotta. HEX triplet: AA, 3F and 3F. RGB value is (170,63,63). Sum of RGB (Red+Green+Blue) = 170+63+63=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F3F is #55C0C0. Grayscale: #5F5F5F. Windows color (decimal): -5619905 or 4145066. OLE color: 4145066.

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

Color convert

RGB 170 63 63 -
CMYK 0 0.63 0.63 0.33
HSL 0.46% 0.46% -
HSV(B) 0.63% 0.67% -
XYZ 19.25 12.46 6.09 -
YUV 94.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 170 63 63 0 0.63 0.63 0.33 0 0.46 0.46
Hex AA 3F 3F 0 3F 3F 21 0 2E 2E
Octal 252 77 77 0 77 77 41 0 56 56
Binary 10101010 111111 111111 0 111111 111111 100001 0 101110 101110

Color Harmonies of #AA3F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F3F

Black with #AA3F3F

Text Example


Text Example

White with #AA3F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F3F; }

 p { color: rgb(170,63,63); }

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

background-color css

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

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

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

border-color css

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

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

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