Html Css Color HEX #A04641 Roof Terracotta

📋 copy color: '#A04641'

red 160 ◦ green 70 ◦ blue 65

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

Shades of Roof Terracotta #A04641

Tints of Roof Terracotta #A04641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

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

R = 54.24%
G = 23.73%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A04641 (or 0xA04641) is known color: Roof Terracotta. HEX triplet: A0, 46 and 41. RGB value is (160,70,65). Sum of RGB (Red+Green+Blue) = 160+70+65=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A04641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04641 is #5FB9BE. Grayscale: #606060. Windows color (decimal): -6273471 or 4277920. OLE color: 4277920.

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

Color convert

RGB 160 70 65 -
CMYK 0 0.56 0.59 0.37
HSL 3.16º 0.42% 0.44% -
HSV(B) 3.16º 0.59% 0.63% -
XYZ 17.64 12.24 6.43 -
YUV 96.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 160 70 65 0 0.56 0.59 0.37 3.16 0.42 0.44
Hex A0 46 41 0 38 3B 25 3 2A 2C
Octal 240 106 101 0 70 73 45 3 52 54
Binary 10100000 1000110 1000001 0 111000 111011 100101 11 101010 101100

Color Harmonies of #A04641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04641

Black with #A04641

Text Example


Text Example

White with #A04641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04641; }

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

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

background-color css

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

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

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

border-color css

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

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

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