Html Css Color HEX #A6493B Roof Terracotta

📋 copy color: '#A6493B'

red 166 ◦ green 73 ◦ blue 59

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

Shades of Roof Terracotta #A6493B

Tints of Roof Terracotta #A6493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 55.7%
G = 24.5%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6493B (or 0xA6493B) is known color: Roof Terracotta. HEX triplet: A6, 49 and 3B. RGB value is (166,73,59). Sum of RGB (Red+Green+Blue) = 166+73+59=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6493B is #59B6C4. Grayscale: #636363. Windows color (decimal): -5879493 or 3885478. OLE color: 3885478.

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

Color convert

RGB 166 73 59 -
CMYK 0 0.56 0.64 0.35
HSL 7.85º 0.48% 0.44% -
HSV(B) 7.85º 0.64% 0.65% -
XYZ 18.9 13.19 5.69 -
YUV 99.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 166 73 59 0 0.56 0.64 0.35 7.85 0.48 0.44
Hex A6 49 3B 0 38 40 23 8 30 2C
Octal 246 111 73 0 70 100 43 10 60 54
Binary 10100110 1001001 111011 0 111000 1000000 100011 1000 110000 101100

Color Harmonies of #A6493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6493B

Black with #A6493B

Text Example


Text Example

White with #A6493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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