Html Css Color HEX #A04541 Roof Terracotta

📋 copy color: '#A04541'

red 160 ◦ green 69 ◦ blue 65

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

Shades of Roof Terracotta #A04541

Tints of Roof Terracotta #A04541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 54.42%
G = 23.47%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A04541 (or 0xA04541) is known color: Roof Terracotta. HEX triplet: A0, 45 and 41. RGB value is (160,69,65). Sum of RGB (Red+Green+Blue) = 160+69+65=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A04541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04541 is #5FBABE. Grayscale: #5F5F5F. Windows color (decimal): -6273727 or 4277664. OLE color: 4277664.

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

Color convert

RGB 160 69 65 -
CMYK 0 0.57 0.59 0.37
HSL 2.53º 0.42% 0.44% -
HSV(B) 2.53º 0.59% 0.63% -
XYZ 17.58 12.11 6.41 -
YUV 95.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 160 69 65 0 0.57 0.59 0.37 2.53 0.42 0.44
Hex A0 45 41 0 39 3B 25 3 2A 2C
Octal 240 105 101 0 71 73 45 3 52 54
Binary 10100000 1000101 1000001 0 111001 111011 100101 11 101010 101100

Color Harmonies of #A04541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04541

Black with #A04541

Text Example


Text Example

White with #A04541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04541; }

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

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

background-color css

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

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

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

border-color css

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

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

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