Html Css Color HEX #AA413F Roof Terracotta

📋 copy color: '#AA413F'

red 170 ◦ green 65 ◦ blue 63

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

Shades of Roof Terracotta #AA413F

Tints of Roof Terracotta #AA413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 57.05%
G = 21.81%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA413F (or 0xAA413F) is known color: Roof Terracotta. HEX triplet: AA, 41 and 3F. RGB value is (170,65,63). Sum of RGB (Red+Green+Blue) = 170+65+63=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA413F is #55BEC0. Grayscale: #606060. Windows color (decimal): -5619393 or 4145578. OLE color: 4145578.

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

Color convert

RGB 170 65 63 -
CMYK 0 0.62 0.63 0.33
HSL 1.12º 0.46% 0.46% -
HSV(B) 1.12º 0.63% 0.67% -
XYZ 19.37 12.69 6.13 -
YUV 96.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 170 65 63 0 0.62 0.63 0.33 1.12 0.46 0.46
Hex AA 41 3F 0 3E 3F 21 1 2E 2E
Octal 252 101 77 0 76 77 41 1 56 56
Binary 10101010 1000001 111111 0 111110 111111 100001 1 101110 101110

Color Harmonies of #AA413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA413F

Black with #AA413F

Text Example


Text Example

White with #AA413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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