Html Css Color HEX #A74341 Roof Terracotta

📋 copy color: '#A74341'

red 167 ◦ green 67 ◦ blue 65

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

Shades of Roof Terracotta #A74341

Tints of Roof Terracotta #A74341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 55.85%
G = 22.41%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A74341 (or 0xA74341) is known color: Roof Terracotta. HEX triplet: A7, 43 and 41. RGB value is (167,67,65). Sum of RGB (Red+Green+Blue) = 167+67+65=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A74341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74341 is #58BCBE. Grayscale: #606060. Windows color (decimal): -5815487 or 4277159. OLE color: 4277159.

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

Color convert

RGB 167 67 65 -
CMYK 0 0.60 0.61 0.35
HSL 1.18º 0.44% 0.45% -
HSV(B) 1.18º 0.61% 0.65% -
XYZ 18.9 12.61 6.44 -
YUV 96.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 167 67 65 0 0.60 0.61 0.35 1.18 0.44 0.45
Hex A7 43 41 0 3C 3D 23 1 2C 2D
Octal 247 103 101 0 74 75 43 1 54 55
Binary 10100111 1000011 1000001 0 111100 111101 100011 1 101100 101101

Color Harmonies of #A74341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74341

Black with #A74341

Text Example


Text Example

White with #A74341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74341; }

 p { color: rgb(167,67,65); }

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

background-color css

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

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

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

border-color css

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

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

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