Html Css Color HEX #A64240 Roof Terracotta

📋 copy color: '#A64240'

red 166 ◦ green 66 ◦ blue 64

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

Shades of Roof Terracotta #A64240

Tints of Roof Terracotta #A64240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

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

R = 56.08%
G = 22.3%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A64240 (or 0xA64240) is known color: Roof Terracotta. HEX triplet: A6, 42 and 40. RGB value is (166,66,64). Sum of RGB (Red+Green+Blue) = 166+66+64=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A64240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64240 is #59BDBF. Grayscale: #5F5F5F. Windows color (decimal): -5881280 or 4211366. OLE color: 4211366.

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

Color convert

RGB 166 66 64 -
CMYK 0 0.60 0.61 0.35
HSL 1.18º 0.44% 0.45% -
HSV(B) 1.18º 0.61% 0.65% -
XYZ 18.6 12.37 6.26 -
YUV 95.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 166 66 64 0 0.60 0.61 0.35 1.18 0.44 0.45
Hex A6 42 40 0 3C 3D 23 1 2C 2D
Octal 246 102 100 0 74 75 43 1 54 55
Binary 10100110 1000010 1000000 0 111100 111101 100011 1 101100 101101

Color Harmonies of #A64240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64240

Black with #A64240

Text Example


Text Example

White with #A64240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64240; }

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

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

background-color css

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

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

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

border-color css

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

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

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