Html Css Color HEX #AA463E Roof Terracotta

📋 copy color: '#AA463E'

red 170 ◦ green 70 ◦ blue 62

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

Shades of Roof Terracotta #AA463E

Tints of Roof Terracotta #AA463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 56.29%
G = 23.18%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA463E (or 0xAA463E) is known color: Roof Terracotta. HEX triplet: AA, 46 and 3E. RGB value is (170,70,62). Sum of RGB (Red+Green+Blue) = 170+70+62=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA463E is #55B9C1. Grayscale: #636363. Windows color (decimal): -5618114 or 4081322. OLE color: 4081322.

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

Color convert

RGB 170 70 62 -
CMYK 0 0.59 0.64 0.33
HSL 4.44º 0.47% 0.45% -
HSV(B) 4.44º 0.64% 0.67% -
XYZ 19.64 13.27 6.08 -
YUV 98.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 170 70 62 0 0.59 0.64 0.33 4.44 0.47 0.45
Hex AA 46 3E 0 3B 40 21 4 2F 2D
Octal 252 106 76 0 73 100 41 4 57 55
Binary 10101010 1000110 111110 0 111011 1000000 100001 100 101111 101101

Color Harmonies of #AA463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA463E

Black with #AA463E

Text Example


Text Example

White with #AA463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA463E; }

 p { color: rgb(170,70,62); }

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

background-color css

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

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

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

border-color css

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

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

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