Html Css Color HEX #A04E4D Roof Terracotta

📋 copy color: '#A04E4D'

red 160 ◦ green 78 ◦ blue 77

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

Shades of Roof Terracotta #A04E4D

Tints of Roof Terracotta #A04E4D

RGB

 RED value IS 160 (62.89% from 255) = 50.79%

 GREEN value IS 78 (30.86% from 255) = 24.76%

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 50.79%
G = 24.76%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A04E4D (or 0xA04E4D) is known color: Roof Terracotta. HEX triplet: A0, 4E and 4D. RGB value is (160,78,77). Sum of RGB (Red+Green+Blue) = 160+78+77=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E4D is #5FB1B2. Grayscale: #666666. Windows color (decimal): -6271411 or 5066400. OLE color: 5066400.

HSL color Cylindrical-coordinate representation of color #A04E4D: hue angle of 0.72º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04E4D is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 78 77 -
CMYK 0 0.51 0.52 0.37
HSL 0.72º 0.35% 0.46% -
HSV(B) 0.72º 0.52% 0.63% -
XYZ 18.56 13.46 8.64 -
YUV 102.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 160 78 77 0 0.51 0.52 0.37 0.72 0.35 0.46
Hex A0 4E 4D 0 33 34 25 1 23 2E
Octal 240 116 115 0 63 64 45 1 43 56
Binary 10100000 1001110 1001101 0 110011 110100 100101 1 100011 101110

Color Harmonies of #A04E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E4D

Black with #A04E4D

Text Example


Text Example

White with #A04E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E4D; }

 p { color: rgb(160,78,77); }

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

background-color css

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

 a { background-color: rgb(160,78,77); }

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

border-color css

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

 span { border-color: rgb(160,78,77); }

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