Html Css Color HEX #A64946 Roof Terracotta

📋 copy color: '#A64946'

red 166 ◦ green 73 ◦ blue 70

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

Shades of Roof Terracotta #A64946

Tints of Roof Terracotta #A64946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 53.72%
G = 23.62%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A64946 (or 0xA64946) is known color: Roof Terracotta. HEX triplet: A6, 49 and 46. RGB value is (166,73,70). Sum of RGB (Red+Green+Blue) = 166+73+70=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A64946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64946 is #59B6B9. Grayscale: #646464. Windows color (decimal): -5879482 or 4606374. OLE color: 4606374.

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

Color convert

RGB 166 73 70 -
CMYK 0 0.56 0.58 0.35
HSL 1.88º 0.41% 0.46% -
HSV(B) 1.88º 0.58% 0.65% -
XYZ 19.21 13.31 7.35 -
YUV 100.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 166 73 70 0 0.56 0.58 0.35 1.88 0.41 0.46
Hex A6 49 46 0 38 3A 23 2 29 2E
Octal 246 111 106 0 70 72 43 2 51 56
Binary 10100110 1001001 1000110 0 111000 111010 100011 10 101001 101110

Color Harmonies of #A64946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64946

Black with #A64946

Text Example


Text Example

White with #A64946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64946; }

 p { color: rgb(166,73,70); }

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

background-color css

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

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

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

border-color css

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

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

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