Html Css Color HEX #A04B41 Roof Terracotta

📋 copy color: '#A04B41'

red 160 ◦ green 75 ◦ blue 65

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

Shades of Roof Terracotta #A04B41

Tints of Roof Terracotta #A04B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25%

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

R = 53.33%
G = 25%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A04B41 (or 0xA04B41) is known color: Roof Terracotta. HEX triplet: A0, 4B and 41. RGB value is (160,75,65). Sum of RGB (Red+Green+Blue) = 160+75+65=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B41 is #5FB4BE. Grayscale: #636363. Windows color (decimal): -6272191 or 4279200. OLE color: 4279200.

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

Color convert

RGB 160 75 65 -
CMYK 0 0.53 0.59 0.37
HSL 6.32º 0.42% 0.44% -
HSV(B) 6.32º 0.59% 0.63% -
XYZ 17.97 12.89 6.54 -
YUV 99.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 160 75 65 0 0.53 0.59 0.37 6.32 0.42 0.44
Hex A0 4B 41 0 35 3B 25 6 2A 2C
Octal 240 113 101 0 65 73 45 6 52 54
Binary 10100000 1001011 1000001 0 110101 111011 100101 110 101010 101100

Color Harmonies of #A04B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B41

Black with #A04B41

Text Example


Text Example

White with #A04B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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