Html Css Color HEX #A6443D Roof Terracotta

📋 copy color: '#A6443D'

red 166 ◦ green 68 ◦ blue 61

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

Shades of Roof Terracotta #A6443D

Tints of Roof Terracotta #A6443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 56.27%
G = 23.05%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6443D (or 0xA6443D) is known color: Roof Terracotta. HEX triplet: A6, 44 and 3D. RGB value is (166,68,61). Sum of RGB (Red+Green+Blue) = 166+68+61=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6443D is #59BBC2. Grayscale: #606060. Windows color (decimal): -5880771 or 4015270. OLE color: 4015270.

HSL color Cylindrical-coordinate representation of color #A6443D: hue angle of 4º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6443D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 61 -
CMYK 0 0.59 0.63 0.35
HSL 0.46% 0.45% -
HSV(B) 0.63% 0.65% -
XYZ 18.64 12.58 5.86 -
YUV 96.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 166 68 61 0 0.59 0.63 0.35 4 0.46 0.45
Hex A6 44 3D 0 3B 3F 23 4 2E 2D
Octal 246 104 75 0 73 77 43 4 56 55
Binary 10100110 1000100 111101 0 111011 111111 100011 100 101110 101101

Color Harmonies of #A6443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6443D

Black with #A6443D

Text Example


Text Example

White with #A6443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6443D; }

 p { color: rgb(166,68,61); }

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

background-color css

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

 a { background-color: rgb(166,68,61); }

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

border-color css

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

 span { border-color: rgb(166,68,61); }

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