Html Css Color HEX #A6463A Roof Terracotta

📋 copy color: '#A6463A'

red 166 ◦ green 70 ◦ blue 58

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

Shades of Roof Terracotta #A6463A

Tints of Roof Terracotta #A6463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

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

R = 56.46%
G = 23.81%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6463A (or 0xA6463A) is known color: Roof Terracotta. HEX triplet: A6, 46 and 3A. RGB value is (166,70,58). Sum of RGB (Red+Green+Blue) = 166+70+58=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6463A is #59B9C5. Grayscale: #616161. Windows color (decimal): -5880262 or 3819174. OLE color: 3819174.

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

Color convert

RGB 166 70 58 -
CMYK 0 0.58 0.65 0.35
HSL 6.67º 0.48% 0.44% -
HSV(B) 6.67º 0.65% 0.65% -
XYZ 18.68 12.79 5.49 -
YUV 97.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 166 70 58 0 0.58 0.65 0.35 6.67 0.48 0.44
Hex A6 46 3A 0 3A 41 23 7 30 2C
Octal 246 106 72 0 72 101 43 7 60 54
Binary 10100110 1000110 111010 0 111010 1000001 100011 111 110000 101100

Color Harmonies of #A6463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6463A

Black with #A6463A

Text Example


Text Example

White with #A6463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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