Html Css Color HEX #AA4643 Roof Terracotta

📋 copy color: '#AA4643'

red 170 ◦ green 70 ◦ blue 67

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

Shades of Roof Terracotta #AA4643

Tints of Roof Terracotta #AA4643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.82%

R = 55.37%
G = 22.8%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA4643 (or 0xAA4643) is known color: Roof Terracotta. HEX triplet: AA, 46 and 43. RGB value is (170,70,67). Sum of RGB (Red+Green+Blue) = 170+70+67=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4643 is #55B9BC. Grayscale: #636363. Windows color (decimal): -5618109 or 4409002. OLE color: 4409002.

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

Color convert

RGB 170 70 67 -
CMYK 0 0.59 0.61 0.33
HSL 1.75º 0.43% 0.46% -
HSV(B) 1.75º 0.61% 0.67% -
XYZ 19.78 13.33 6.84 -
YUV 99.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 170 70 67 0 0.59 0.61 0.33 1.75 0.43 0.46
Hex AA 46 43 0 3B 3D 21 2 2B 2E
Octal 252 106 103 0 73 75 41 2 53 56
Binary 10101010 1000110 1000011 0 111011 111101 100001 10 101011 101110

Color Harmonies of #AA4643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4643

Black with #AA4643

Text Example


Text Example

White with #AA4643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4643; }

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

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

background-color css

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

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

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

border-color css

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

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

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