Html Css Color HEX #A74440 Roof Terracotta

📋 copy color: '#A74440'

red 167 ◦ green 68 ◦ blue 64

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

Shades of Roof Terracotta #A74440

Tints of Roof Terracotta #A74440

RGB

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

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

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

R = 55.85%
G = 22.74%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A74440 (or 0xA74440) is known color: Roof Terracotta. HEX triplet: A7, 44 and 40. RGB value is (167,68,64). Sum of RGB (Red+Green+Blue) = 167+68+64=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A74440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74440 is #58BBBF. Grayscale: #616161. Windows color (decimal): -5815232 or 4211879. OLE color: 4211879.

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

Color convert

RGB 167 68 64 -
CMYK 0 0.59 0.62 0.35
HSL 2.33º 0.45% 0.45% -
HSV(B) 2.33º 0.62% 0.65% -
XYZ 18.93 12.72 6.31 -
YUV 97.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 167 68 64 0 0.59 0.62 0.35 2.33 0.45 0.45
Hex A7 44 40 0 3B 3E 23 2 2D 2D
Octal 247 104 100 0 73 76 43 2 55 55
Binary 10100111 1000100 1000000 0 111011 111110 100011 10 101101 101101

Color Harmonies of #A74440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74440

Black with #A74440

Text Example


Text Example

White with #A74440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74440; }

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

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

background-color css

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

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

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

border-color css

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

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

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