Html Css Color HEX #A6473C Roof Terracotta

📋 copy color: '#A6473C'

red 166 ◦ green 71 ◦ blue 60

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

Shades of Roof Terracotta #A6473C

Tints of Roof Terracotta #A6473C

RGB

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

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

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

R = 55.89%
G = 23.91%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6473C (or 0xA6473C) is known color: Roof Terracotta. HEX triplet: A6, 47 and 3C. RGB value is (166,71,60). Sum of RGB (Red+Green+Blue) = 166+71+60=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6473C is #59B8C3. Grayscale: #626262. Windows color (decimal): -5880004 or 3950502. OLE color: 3950502.

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

Color convert

RGB 166 71 60 -
CMYK 0 0.57 0.64 0.35
HSL 6.23º 0.47% 0.44% -
HSV(B) 6.23º 0.64% 0.65% -
XYZ 18.79 12.94 5.78 -
YUV 98.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 166 71 60 0 0.57 0.64 0.35 6.23 0.47 0.44
Hex A6 47 3C 0 39 40 23 6 2F 2C
Octal 246 107 74 0 71 100 43 6 57 54
Binary 10100110 1000111 111100 0 111001 1000000 100011 110 101111 101100

Color Harmonies of #A6473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6473C

Black with #A6473C

Text Example


Text Example

White with #A6473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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