Html Css Color HEX #A74747 Roof Terracotta

📋 copy color: '#A74747'

red 167 ◦ green 71 ◦ blue 71

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

Shades of Roof Terracotta #A74747

Tints of Roof Terracotta #A74747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.98%

R = 54.05%
G = 22.98%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A74747 (or 0xA74747) is known color: Roof Terracotta. HEX triplet: A7, 47 and 47. RGB value is (167,71,71). Sum of RGB (Red+Green+Blue) = 167+71+71=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A74747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74747 is #58B8B8. Grayscale: #636363. Windows color (decimal): -5814457 or 4671399. OLE color: 4671399.

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

Color convert

RGB 167 71 71 -
CMYK 0 0.57 0.57 0.35
HSL 0.4% 0.47% -
HSV(B) 0.57% 0.65% -
XYZ 19.33 13.18 7.49 -
YUV 99.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 167 71 71 0 0.57 0.57 0.35 0 0.4 0.47
Hex A7 47 47 0 39 39 23 0 28 2F
Octal 247 107 107 0 71 71 43 0 50 57
Binary 10100111 1000111 1000111 0 111001 111001 100011 0 101000 101111

Color Harmonies of #A74747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74747

Black with #A74747

Text Example


Text Example

White with #A74747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74747; }

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

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

background-color css

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

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

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

border-color css

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

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

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