Html Css Color HEX #A64944 Roof Terracotta

📋 copy color: '#A64944'

red 166 ◦ green 73 ◦ blue 68

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

Shades of Roof Terracotta #A64944

Tints of Roof Terracotta #A64944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 54.07%
G = 23.78%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A64944 (or 0xA64944) is known color: Roof Terracotta. HEX triplet: A6, 49 and 44. RGB value is (166,73,68). Sum of RGB (Red+Green+Blue) = 166+73+68=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A64944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64944 is #59B6BB. Grayscale: #646464. Windows color (decimal): -5879484 or 4475302. OLE color: 4475302.

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

Color convert

RGB 166 73 68 -
CMYK 0 0.56 0.59 0.35
HSL 3.06º 0.42% 0.46% -
HSV(B) 3.06º 0.59% 0.65% -
XYZ 19.15 13.29 7.02 -
YUV 100.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 166 73 68 0 0.56 0.59 0.35 3.06 0.42 0.46
Hex A6 49 44 0 38 3B 23 3 2A 2E
Octal 246 111 104 0 70 73 43 3 52 56
Binary 10100110 1001001 1000100 0 111000 111011 100011 11 101010 101110

Color Harmonies of #A64944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64944

Black with #A64944

Text Example


Text Example

White with #A64944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64944; }

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

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

background-color css

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

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

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

border-color css

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

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

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