Html Css Color HEX #AE4444 Roof Terracotta

📋 copy color: '#AE4444'

red 174 ◦ green 68 ◦ blue 68

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

Shades of Roof Terracotta #AE4444

Tints of Roof Terracotta #AE4444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 56.13%
G = 21.94%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE4444 (or 0xAE4444) is known color: Roof Terracotta. HEX triplet: AE, 44 and 44. RGB value is (174,68,68). Sum of RGB (Red+Green+Blue) = 174+68+68=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4444 is #51BBBB. Grayscale: #636363. Windows color (decimal): -5356476 or 4474030. OLE color: 4474030.

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

Color convert

RGB 174 68 68 -
CMYK 0 0.61 0.61 0.32
HSL 0.44% 0.47% -
HSV(B) 0.61% 0.68% -
XYZ 20.57 13.55 7 -
YUV 99.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 174 68 68 0 0.61 0.61 0.32 0 0.44 0.47
Hex AE 44 44 0 3D 3D 20 0 2C 2F
Octal 256 104 104 0 75 75 40 0 54 57
Binary 10101110 1000100 1000100 0 111101 111101 100000 0 101100 101111

Color Harmonies of #AE4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4444

Black with #AE4444

Text Example


Text Example

White with #AE4444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4444; }

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

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

background-color css

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

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

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

border-color css

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

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

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