Html Css Color HEX #A6403C Roof Terracotta

📋 copy color: '#A6403C'

red 166 ◦ green 64 ◦ blue 60

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

Shades of Roof Terracotta #A6403C

Tints of Roof Terracotta #A6403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 57.24%
G = 22.07%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6403C (or 0xA6403C) is known color: Roof Terracotta. HEX triplet: A6, 40 and 3C. RGB value is (166,64,60). Sum of RGB (Red+Green+Blue) = 166+64+60=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A6403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6403C is #59BFC3. Grayscale: #5E5E5E. Windows color (decimal): -5881796 or 3948710. OLE color: 3948710.

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

Color convert

RGB 166 64 60 -
CMYK 0 0.61 0.64 0.35
HSL 2.26º 0.47% 0.44% -
HSV(B) 2.26º 0.64% 0.65% -
XYZ 18.37 12.1 5.64 -
YUV 94.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 166 64 60 0 0.61 0.64 0.35 2.26 0.47 0.44
Hex A6 40 3C 0 3D 40 23 2 2F 2C
Octal 246 100 74 0 75 100 43 2 57 54
Binary 10100110 1000000 111100 0 111101 1000000 100011 10 101111 101100

Color Harmonies of #A6403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6403C

Black with #A6403C

Text Example


Text Example

White with #A6403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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