Html Css Color HEX #AE4441 Roof Terracotta

📋 copy color: '#AE4441'

red 174 ◦ green 68 ◦ blue 65

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

Shades of Roof Terracotta #AE4441

Tints of Roof Terracotta #AE4441

RGB

 RED value IS 174 (68.36% from 255) = 56.68%

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 56.68%
G = 22.15%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE4441 (or 0xAE4441) is known color: Roof Terracotta. HEX triplet: AE, 44 and 41. RGB value is (174,68,65). Sum of RGB (Red+Green+Blue) = 174+68+65=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4441 is #51BBBE. Grayscale: #636363. Windows color (decimal): -5356479 or 4277422. OLE color: 4277422.

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

Color convert

RGB 174 68 65 -
CMYK 0 0.61 0.63 0.32
HSL 1.65º 0.46% 0.47% -
HSV(B) 1.65º 0.63% 0.68% -
XYZ 20.48 13.51 6.53 -
YUV 99.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 174 68 65 0 0.61 0.63 0.32 1.65 0.46 0.47
Hex AE 44 41 0 3D 3F 20 2 2E 2F
Octal 256 104 101 0 75 77 40 2 56 57
Binary 10101110 1000100 1000001 0 111101 111111 100000 10 101110 101111

Color Harmonies of #AE4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4441

Black with #AE4441

Text Example


Text Example

White with #AE4441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4441; }

 p { color: rgb(174,68,65); }

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

background-color css

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

 a { background-color: rgb(174,68,65); }

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

border-color css

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

 span { border-color: rgb(174,68,65); }

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