Html Css Color HEX #A74945 Roof Terracotta

📋 copy color: '#A74945'

red 167 ◦ green 73 ◦ blue 69

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

Shades of Roof Terracotta #A74945

Tints of Roof Terracotta #A74945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 54.05%
G = 23.62%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A74945 (or 0xA74945) is known color: Roof Terracotta. HEX triplet: A7, 49 and 45. RGB value is (167,73,69). Sum of RGB (Red+Green+Blue) = 167+73+69=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A74945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74945 is #58B6BA. Grayscale: #646464. Windows color (decimal): -5813947 or 4540839. OLE color: 4540839.

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

Color convert

RGB 167 73 69 -
CMYK 0 0.56 0.59 0.35
HSL 2.45º 0.42% 0.46% -
HSV(B) 2.45º 0.59% 0.65% -
XYZ 19.39 13.41 7.2 -
YUV 100.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 167 73 69 0 0.56 0.59 0.35 2.45 0.42 0.46
Hex A7 49 45 0 38 3B 23 2 2A 2E
Octal 247 111 105 0 70 73 43 2 52 56
Binary 10100111 1001001 1000101 0 111000 111011 100011 10 101010 101110

Color Harmonies of #A74945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74945

Black with #A74945

Text Example


Text Example

White with #A74945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74945; }

 p { color: rgb(167,73,69); }

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

background-color css

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

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

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

border-color css

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

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

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