Html Css Color HEX #A64846 Roof Terracotta

📋 copy color: '#A64846'

red 166 ◦ green 72 ◦ blue 70

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

Shades of Roof Terracotta #A64846

Tints of Roof Terracotta #A64846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 53.9%
G = 23.38%
B = 22.73%

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

#A64846 (or 0xA64846) is known color: Roof Terracotta. HEX triplet: A6, 48 and 46. RGB value is (166,72,70). Sum of RGB (Red+Green+Blue) = 166+72+70=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A64846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64846 is #59B7B9. Grayscale: #636363. Windows color (decimal): -5879738 or 4606118. OLE color: 4606118.

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

Color convert

RGB 166 72 70 -
CMYK 0 0.57 0.58 0.35
HSL 1.25º 0.41% 0.46% -
HSV(B) 1.25º 0.58% 0.65% -
XYZ 19.15 13.18 7.33 -
YUV 99.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 166 72 70 0 0.57 0.58 0.35 1.25 0.41 0.46
Hex A6 48 46 0 39 3A 23 1 29 2E
Octal 246 110 106 0 71 72 43 1 51 56
Binary 10100110 1001000 1000110 0 111001 111010 100011 1 101001 101110

Color Harmonies of #A64846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64846

Black with #A64846

Text Example


Text Example

White with #A64846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64846; }

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

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

background-color css

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

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

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

border-color css

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

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

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