Html Css Color HEX #A64140 Roof Terracotta

📋 copy color: '#A64140'

red 166 ◦ green 65 ◦ blue 64

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

Shades of Roof Terracotta #A64140

Tints of Roof Terracotta #A64140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 56.27%
G = 22.03%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A64140 (or 0xA64140) is known color: Roof Terracotta. HEX triplet: A6, 41 and 40. RGB value is (166,65,64). Sum of RGB (Red+Green+Blue) = 166+65+64=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A64140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64140 is #59BEBF. Grayscale: #5F5F5F. Windows color (decimal): -5881536 or 4211110. OLE color: 4211110.

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

Color convert

RGB 166 65 64 -
CMYK 0 0.61 0.61 0.35
HSL 0.59º 0.44% 0.45% -
HSV(B) 0.59º 0.61% 0.65% -
XYZ 18.54 12.26 6.24 -
YUV 95.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 166 65 64 0 0.61 0.61 0.35 0.59 0.44 0.45
Hex A6 41 40 0 3D 3D 23 1 2C 2D
Octal 246 101 100 0 75 75 43 1 54 55
Binary 10100110 1000001 1000000 0 111101 111101 100011 1 101100 101101

Color Harmonies of #A64140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64140

Black with #A64140

Text Example


Text Example

White with #A64140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64140; }

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

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

background-color css

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

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

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

border-color css

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

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

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