Html Css Color HEX #A64745 Roof Terracotta

📋 copy color: '#A64745'

red 166 ◦ green 71 ◦ blue 69

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

Shades of Roof Terracotta #A64745

Tints of Roof Terracotta #A64745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 54.25%
G = 23.2%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A64745 (or 0xA64745) is known color: Roof Terracotta. HEX triplet: A6, 47 and 45. RGB value is (166,71,69). Sum of RGB (Red+Green+Blue) = 166+71+69=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A64745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64745 is #59B8BA. Grayscale: #636363. Windows color (decimal): -5879995 or 4540326. OLE color: 4540326.

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

Color convert

RGB 166 71 69 -
CMYK 0 0.57 0.58 0.35
HSL 1.24º 0.41% 0.46% -
HSV(B) 1.24º 0.58% 0.65% -
XYZ 19.05 13.04 7.14 -
YUV 99.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 166 71 69 0 0.57 0.58 0.35 1.24 0.41 0.46
Hex A6 47 45 0 39 3A 23 1 29 2E
Octal 246 107 105 0 71 72 43 1 51 56
Binary 10100110 1000111 1000101 0 111001 111010 100011 1 101001 101110

Color Harmonies of #A64745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64745

Black with #A64745

Text Example


Text Example

White with #A64745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64745; }

 p { color: rgb(166,71,69); }

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

background-color css

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

 a { background-color: rgb(166,71,69); }

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

border-color css

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

 span { border-color: rgb(166,71,69); }

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