Html Css Color HEX #A74444 Roof Terracotta

📋 copy color: '#A74444'

red 167 ◦ green 68 ◦ blue 68

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

Shades of Roof Terracotta #A74444

Tints of Roof Terracotta #A74444

RGB

 RED value IS 167 (65.63% from 255) = 55.12%

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 55.12%
G = 22.44%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A74444 (or 0xA74444) is known color: Roof Terracotta. HEX triplet: A7, 44 and 44. RGB value is (167,68,68). Sum of RGB (Red+Green+Blue) = 167+68+68=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A74444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74444 is #58BBBB. Grayscale: #616161. Windows color (decimal): -5815228 or 4474023. OLE color: 4474023.

HSL color Cylindrical-coordinate representation of color #A74444: hue angle of 0º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74444 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 68 68 -
CMYK 0 0.59 0.59 0.35
HSL 0.42% 0.46% -
HSV(B) 0.59% 0.65% -
XYZ 19.05 12.77 6.93 -
YUV 97.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 167 68 68 0 0.59 0.59 0.35 0 0.42 0.46
Hex A7 44 44 0 3B 3B 23 0 2A 2E
Octal 247 104 104 0 73 73 43 0 52 56
Binary 10100111 1000100 1000100 0 111011 111011 100011 0 101010 101110

Color Harmonies of #A74444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74444

Black with #A74444

Text Example


Text Example

White with #A74444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74444; }

 p { color: rgb(167,68,68); }

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

background-color css

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

 a { background-color: rgb(167,68,68); }

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

border-color css

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

 span { border-color: rgb(167,68,68); }

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