Html Css Color HEX #AE4841 Roof Terracotta

📋 copy color: '#AE4841'

red 174 ◦ green 72 ◦ blue 65

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

Shades of Roof Terracotta #AE4841

Tints of Roof Terracotta #AE4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

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

R = 55.95%
G = 23.15%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE4841 (or 0xAE4841) is known color: Roof Terracotta. HEX triplet: AE, 48 and 41. RGB value is (174,72,65). Sum of RGB (Red+Green+Blue) = 174+72+65=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4841 is #51B7BE. Grayscale: #656565. Windows color (decimal): -5355455 or 4278446. OLE color: 4278446.

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

Color convert

RGB 174 72 65 -
CMYK 0 0.59 0.63 0.32
HSL 3.85º 0.46% 0.47% -
HSV(B) 3.85º 0.63% 0.68% -
XYZ 20.73 14.02 6.61 -
YUV 101.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 174 72 65 0 0.59 0.63 0.32 3.85 0.46 0.47
Hex AE 48 41 0 3B 3F 20 4 2E 2F
Octal 256 110 101 0 73 77 40 4 56 57
Binary 10101110 1001000 1000001 0 111011 111111 100000 100 101110 101111

Color Harmonies of #AE4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4841

Black with #AE4841

Text Example


Text Example

White with #AE4841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4841; }

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

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

background-color css

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

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

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

border-color css

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

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

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