Html Css Color HEX #A64747 Roof Terracotta

📋 copy color: '#A64747'

red 166 ◦ green 71 ◦ blue 71

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

Shades of Roof Terracotta #A64747

Tints of Roof Terracotta #A64747

RGB

 RED value IS 166 (65.23% from 255) = 53.9%

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

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

R = 53.9%
G = 23.05%
B = 23.05%

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

#A64747 (or 0xA64747) is known color: Roof Terracotta. HEX triplet: A6, 47 and 47. RGB value is (166,71,71). Sum of RGB (Red+Green+Blue) = 166+71+71=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A64747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64747 is #59B8B8. Grayscale: #636363. Windows color (decimal): -5879993 or 4671398. OLE color: 4671398.

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

Color convert

RGB 166 71 71 -
CMYK 0 0.57 0.57 0.35
HSL 0.4% 0.46% -
HSV(B) 0.57% 0.65% -
XYZ 19.12 13.07 7.48 -
YUV 99.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 166 71 71 0 0.57 0.57 0.35 0 0.4 0.46
Hex A6 47 47 0 39 39 23 0 28 2E
Octal 246 107 107 0 71 71 43 0 50 56
Binary 10100110 1000111 1000111 0 111001 111001 100011 0 101000 101110

Color Harmonies of #A64747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64747

Black with #A64747

Text Example


Text Example

White with #A64747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64747; }

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

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

background-color css

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

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

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

border-color css

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

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

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