Html Css Color HEX #A6443C Roof Terracotta

📋 copy color: '#A6443C'

red 166 ◦ green 68 ◦ blue 60

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

Shades of Roof Terracotta #A6443C

Tints of Roof Terracotta #A6443C

RGB

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

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

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

R = 56.46%
G = 23.13%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6443C (or 0xA6443C) is known color: Roof Terracotta. HEX triplet: A6, 44 and 3C. RGB value is (166,68,60). Sum of RGB (Red+Green+Blue) = 166+68+60=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6443C is #59BBC3. Grayscale: #606060. Windows color (decimal): -5880772 or 3949734. OLE color: 3949734.

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

Color convert

RGB 166 68 60 -
CMYK 0 0.59 0.64 0.35
HSL 4.53º 0.47% 0.44% -
HSV(B) 4.53º 0.64% 0.65% -
XYZ 18.61 12.57 5.72 -
YUV 96.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 166 68 60 0 0.59 0.64 0.35 4.53 0.47 0.44
Hex A6 44 3C 0 3B 40 23 5 2F 2C
Octal 246 104 74 0 73 100 43 5 57 54
Binary 10100110 1000100 111100 0 111011 1000000 100011 101 101111 101100

Color Harmonies of #A6443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6443C

Black with #A6443C

Text Example


Text Example

White with #A6443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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