Html Css Color HEX #A04E41 Roof Terracotta

📋 copy color: '#A04E41'

red 160 ◦ green 78 ◦ blue 65

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

Shades of Roof Terracotta #A04E41

Tints of Roof Terracotta #A04E41

RGB

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

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

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

R = 52.81%
G = 25.74%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A04E41 (or 0xA04E41) is known color: Roof Terracotta. HEX triplet: A0, 4E and 41. RGB value is (160,78,65). Sum of RGB (Red+Green+Blue) = 160+78+65=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E41 is #5FB1BE. Grayscale: #656565. Windows color (decimal): -6271423 or 4279968. OLE color: 4279968.

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

Color convert

RGB 160 78 65 -
CMYK 0 0.51 0.59 0.37
HSL 8.21º 0.42% 0.44% -
HSV(B) 8.21º 0.59% 0.63% -
XYZ 18.18 13.3 6.61 -
YUV 101.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 160 78 65 0 0.51 0.59 0.37 8.21 0.42 0.44
Hex A0 4E 41 0 33 3B 25 8 2A 2C
Octal 240 116 101 0 63 73 45 10 52 54
Binary 10100000 1001110 1000001 0 110011 111011 100101 1000 101010 101100

Color Harmonies of #A04E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E41

Black with #A04E41

Text Example


Text Example

White with #A04E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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