Html Css Color HEX #A04740 Roof Terracotta

📋 copy color: '#A04740'

red 160 ◦ green 71 ◦ blue 64

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

Shades of Roof Terracotta #A04740

Tints of Roof Terracotta #A04740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 54.24%
G = 24.07%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A04740 (or 0xA04740) is known color: Roof Terracotta. HEX triplet: A0, 47 and 40. RGB value is (160,71,64). Sum of RGB (Red+Green+Blue) = 160+71+64=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A04740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04740 is #5FB8BF. Grayscale: #606060. Windows color (decimal): -6273216 or 4212640. OLE color: 4212640.

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

Color convert

RGB 160 71 64 -
CMYK 0 0.56 0.6 0.37
HSL 4.38º 0.43% 0.44% -
HSV(B) 4.38º 0.6% 0.63% -
XYZ 17.68 12.35 6.3 -
YUV 96.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 160 71 64 0 0.56 0.6 0.37 4.38 0.43 0.44
Hex A0 47 40 0 38 3C 25 4 2B 2C
Octal 240 107 100 0 70 74 45 4 53 54
Binary 10100000 1000111 1000000 0 111000 111100 100101 100 101011 101100

Color Harmonies of #A04740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04740

Black with #A04740

Text Example


Text Example

White with #A04740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04740; }

 p { color: rgb(160,71,64); }

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

background-color css

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

 a { background-color: rgb(160,71,64); }

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

border-color css

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

 span { border-color: rgb(160,71,64); }

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