Html Css Color HEX #A6473A Roof Terracotta

📋 copy color: '#A6473A'

red 166 ◦ green 71 ◦ blue 58

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

Shades of Roof Terracotta #A6473A

Tints of Roof Terracotta #A6473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 56.27%
G = 24.07%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6473A (or 0xA6473A) is known color: Roof Terracotta. HEX triplet: A6, 47 and 3A. RGB value is (166,71,58). Sum of RGB (Red+Green+Blue) = 166+71+58=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6473A is #59B8C5. Grayscale: #626262. Windows color (decimal): -5880006 or 3819430. OLE color: 3819430.

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

Color convert

RGB 166 71 58 -
CMYK 0 0.57 0.65 0.35
HSL 7.22º 0.48% 0.44% -
HSV(B) 7.22º 0.65% 0.65% -
XYZ 18.74 12.92 5.51 -
YUV 97.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 166 71 58 0 0.57 0.65 0.35 7.22 0.48 0.44
Hex A6 47 3A 0 39 41 23 7 30 2C
Octal 246 107 72 0 71 101 43 7 60 54
Binary 10100110 1000111 111010 0 111001 1000001 100011 111 110000 101100

Color Harmonies of #A6473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6473A

Black with #A6473A

Text Example


Text Example

White with #A6473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6473A; }

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

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

background-color css

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

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

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

border-color css

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

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

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