Html Css Color HEX #A6493C Roof Terracotta

📋 copy color: '#A6493C'

red 166 ◦ green 73 ◦ blue 60

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

Shades of Roof Terracotta #A6493C

Tints of Roof Terracotta #A6493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 55.52%
G = 24.41%
B = 20.07%

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

#A6493C (or 0xA6493C) is known color: Roof Terracotta. HEX triplet: A6, 49 and 3C. RGB value is (166,73,60). Sum of RGB (Red+Green+Blue) = 166+73+60=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6493C is #59B6C3. Grayscale: #636363. Windows color (decimal): -5879492 or 3951014. OLE color: 3951014.

HSL color Cylindrical-coordinate representation of color #A6493C: hue angle of 7.36º degrees, saturation: 0.47, 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 #A6493C is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 60 -
CMYK 0 0.56 0.64 0.35
HSL 7.36º 0.47% 0.44% -
HSV(B) 7.36º 0.64% 0.65% -
XYZ 18.92 13.2 5.83 -
YUV 99.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 166 73 60 0 0.56 0.64 0.35 7.36 0.47 0.44
Hex A6 49 3C 0 38 40 23 7 2F 2C
Octal 246 111 74 0 70 100 43 7 57 54
Binary 10100110 1001001 111100 0 111000 1000000 100011 111 101111 101100

Color Harmonies of #A6493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6493C

Black with #A6493C

Text Example


Text Example

White with #A6493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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