Html Css Color HEX #A74742 Roof Terracotta

📋 copy color: '#A74742'

red 167 ◦ green 71 ◦ blue 66

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

Shades of Roof Terracotta #A74742

Tints of Roof Terracotta #A74742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

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

R = 54.93%
G = 23.36%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A74742 (or 0xA74742) is known color: Roof Terracotta. HEX triplet: A7, 47 and 42. RGB value is (167,71,66). Sum of RGB (Red+Green+Blue) = 167+71+66=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A74742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74742 is #58B8BD. Grayscale: #636363. Windows color (decimal): -5814462 or 4343719. OLE color: 4343719.

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

Color convert

RGB 167 71 66 -
CMYK 0 0.57 0.60 0.35
HSL 2.97º 0.43% 0.46% -
HSV(B) 2.97º 0.6% 0.65% -
XYZ 19.17 13.12 6.68 -
YUV 99.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 167 71 66 0 0.57 0.60 0.35 2.97 0.43 0.46
Hex A7 47 42 0 39 3C 23 3 2B 2E
Octal 247 107 102 0 71 74 43 3 53 56
Binary 10100111 1000111 1000010 0 111001 111100 100011 11 101011 101110

Color Harmonies of #A74742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74742

Black with #A74742

Text Example


Text Example

White with #A74742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74742; }

 p { color: rgb(167,71,66); }

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

background-color css

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

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

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

border-color css

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

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

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