Html Css Color HEX #A04A42 Roof Terracotta

📋 copy color: '#A04A42'

red 160 ◦ green 74 ◦ blue 66

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

Shades of Roof Terracotta #A04A42

Tints of Roof Terracotta #A04A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.67%

 BLUE value IS 66 (26.17% from 255) = 22%

R = 53.33%
G = 24.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A04A42 (or 0xA04A42) is known color: Roof Terracotta. HEX triplet: A0, 4A and 42. RGB value is (160,74,66). Sum of RGB (Red+Green+Blue) = 160+74+66=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A42 is #5FB5BD. Grayscale: #626262. Windows color (decimal): -6272446 or 4344480. OLE color: 4344480.

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

Color convert

RGB 160 74 66 -
CMYK 0 0.54 0.59 0.37
HSL 5.11º 0.42% 0.44% -
HSV(B) 5.11º 0.59% 0.63% -
XYZ 17.93 12.76 6.67 -
YUV 98.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 160 74 66 0 0.54 0.59 0.37 5.11 0.42 0.44
Hex A0 4A 42 0 36 3B 25 5 2A 2C
Octal 240 112 102 0 66 73 45 5 52 54
Binary 10100000 1001010 1000010 0 110110 111011 100101 101 101010 101100

Color Harmonies of #A04A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A42

Black with #A04A42

Text Example


Text Example

White with #A04A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A42; }

 p { color: rgb(160,74,66); }

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

background-color css

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

 a { background-color: rgb(160,74,66); }

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

border-color css

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

 span { border-color: rgb(160,74,66); }

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