Html Css Color HEX #A64441 Roof Terracotta

📋 copy color: '#A64441'

red 166 ◦ green 68 ◦ blue 65

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

Shades of Roof Terracotta #A64441

Tints of Roof Terracotta #A64441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 55.52%
G = 22.74%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A64441 (or 0xA64441) is known color: Roof Terracotta. HEX triplet: A6, 44 and 41. RGB value is (166,68,65). Sum of RGB (Red+Green+Blue) = 166+68+65=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A64441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64441 is #59BBBE. Grayscale: #616161. Windows color (decimal): -5880767 or 4277414. OLE color: 4277414.

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

Color convert

RGB 166 68 65 -
CMYK 0 0.59 0.61 0.35
HSL 1.78º 0.44% 0.45% -
HSV(B) 1.78º 0.61% 0.65% -
XYZ 18.75 12.62 6.45 -
YUV 96.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 166 68 65 0 0.59 0.61 0.35 1.78 0.44 0.45
Hex A6 44 41 0 3B 3D 23 2 2C 2D
Octal 246 104 101 0 73 75 43 2 54 55
Binary 10100110 1000100 1000001 0 111011 111101 100011 10 101100 101101

Color Harmonies of #A64441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64441

Black with #A64441

Text Example


Text Example

White with #A64441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64441; }

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

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

background-color css

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

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

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

border-color css

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

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

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