Html Css Color HEX #A64941 Roof Terracotta

📋 copy color: '#A64941'

red 166 ◦ green 73 ◦ blue 65

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

Shades of Roof Terracotta #A64941

Tints of Roof Terracotta #A64941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

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

R = 54.61%
G = 24.01%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A64941 (or 0xA64941) is known color: Roof Terracotta. HEX triplet: A6, 49 and 41. RGB value is (166,73,65). Sum of RGB (Red+Green+Blue) = 166+73+65=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A64941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64941 is #59B6BE. Grayscale: #646464. Windows color (decimal): -5879487 or 4278694. OLE color: 4278694.

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

Color convert

RGB 166 73 65 -
CMYK 0 0.56 0.61 0.35
HSL 4.75º 0.44% 0.45% -
HSV(B) 4.75º 0.61% 0.65% -
XYZ 19.06 13.25 6.55 -
YUV 99.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 166 73 65 0 0.56 0.61 0.35 4.75 0.44 0.45
Hex A6 49 41 0 38 3D 23 5 2C 2D
Octal 246 111 101 0 70 75 43 5 54 55
Binary 10100110 1001001 1000001 0 111000 111101 100011 101 101100 101101

Color Harmonies of #A64941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64941

Black with #A64941

Text Example


Text Example

White with #A64941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64941; }

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

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

background-color css

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

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

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

border-color css

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

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

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