Html Css Color HEX #A64440 Roof Terracotta

📋 copy color: '#A64440'

red 166 ◦ green 68 ◦ blue 64

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

Shades of Roof Terracotta #A64440

Tints of Roof Terracotta #A64440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 55.7%
G = 22.82%
B = 21.48%

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

#A64440 (or 0xA64440) is known color: Roof Terracotta. HEX triplet: A6, 44 and 40. RGB value is (166,68,64). Sum of RGB (Red+Green+Blue) = 166+68+64=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A64440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64440 is #59BBBF. Grayscale: #606060. Windows color (decimal): -5880768 or 4211878. OLE color: 4211878.

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

Color convert

RGB 166 68 64 -
CMYK 0 0.59 0.61 0.35
HSL 2.35º 0.44% 0.45% -
HSV(B) 2.35º 0.61% 0.65% -
XYZ 18.72 12.61 6.3 -
YUV 96.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 166 68 64 0 0.59 0.61 0.35 2.35 0.44 0.45
Hex A6 44 40 0 3B 3D 23 2 2C 2D
Octal 246 104 100 0 73 75 43 2 54 55
Binary 10100110 1000100 1000000 0 111011 111101 100011 10 101100 101101

Color Harmonies of #A64440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64440

Black with #A64440

Text Example


Text Example

White with #A64440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64440; }

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

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

background-color css

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

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

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

border-color css

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

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

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