Html Css Color HEX #A64845 Roof Terracotta

📋 copy color: '#A64845'

red 166 ◦ green 72 ◦ blue 69

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

Shades of Roof Terracotta #A64845

Tints of Roof Terracotta #A64845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 54.07%
G = 23.45%
B = 22.48%

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

#A64845 (or 0xA64845) is known color: Roof Terracotta. HEX triplet: A6, 48 and 45. RGB value is (166,72,69). Sum of RGB (Red+Green+Blue) = 166+72+69=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A64845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64845 is #59B7BA. Grayscale: #636363. Windows color (decimal): -5879739 or 4540582. OLE color: 4540582.

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

Color convert

RGB 166 72 69 -
CMYK 0 0.57 0.58 0.35
HSL 1.86º 0.41% 0.46% -
HSV(B) 1.86º 0.58% 0.65% -
XYZ 19.12 13.17 7.16 -
YUV 99.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 166 72 69 0 0.57 0.58 0.35 1.86 0.41 0.46
Hex A6 48 45 0 39 3A 23 2 29 2E
Octal 246 110 105 0 71 72 43 2 51 56
Binary 10100110 1001000 1000101 0 111001 111010 100011 10 101001 101110

Color Harmonies of #A64845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64845

Black with #A64845

Text Example


Text Example

White with #A64845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64845; }

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

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

background-color css

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

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

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

border-color css

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

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

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