Html Css Color HEX #A64545 Roof Terracotta

📋 copy color: '#A64545'

red 166 ◦ green 69 ◦ blue 69

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

Shades of Roof Terracotta #A64545

Tints of Roof Terracotta #A64545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 54.61%
G = 22.7%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A64545 (or 0xA64545) is known color: Roof Terracotta. HEX triplet: A6, 45 and 45. RGB value is (166,69,69). Sum of RGB (Red+Green+Blue) = 166+69+69=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A64545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64545 is #59BABA. Grayscale: #626262. Windows color (decimal): -5880507 or 4539814. OLE color: 4539814.

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

Color convert

RGB 166 69 69 -
CMYK 0 0.58 0.58 0.35
HSL 0.41% 0.46% -
HSV(B) 0.58% 0.65% -
XYZ 18.93 12.79 7.1 -
YUV 98 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 166 69 69 0 0.58 0.58 0.35 0 0.41 0.46
Hex A6 45 45 0 3A 3A 23 0 29 2E
Octal 246 105 105 0 72 72 43 0 51 56
Binary 10100110 1000101 1000101 0 111010 111010 100011 0 101001 101110

Color Harmonies of #A64545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64545

Black with #A64545

Text Example


Text Example

White with #A64545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64545; }

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

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

background-color css

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

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

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

border-color css

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

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

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