Html Css Color HEX #A44544 Roof Terracotta

📋 copy color: '#A44544'

red 164 ◦ green 69 ◦ blue 68

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

Shades of Roof Terracotta #A44544

Tints of Roof Terracotta #A44544

RGB

 RED value IS 164 (64.45% from 255) = 54.49%

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

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

R = 54.49%
G = 22.92%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A44544 (or 0xA44544) is known color: Roof Terracotta. HEX triplet: A4, 45 and 44. RGB value is (164,69,68). Sum of RGB (Red+Green+Blue) = 164+69+68=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A44544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44544 is #5BBABB. Grayscale: #616161. Windows color (decimal): -6011580 or 4474276. OLE color: 4474276.

HSL color Cylindrical-coordinate representation of color #A44544: hue angle of 0.62º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44544 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 69 68 -
CMYK 0 0.58 0.59 0.36
HSL 0.63º 0.41% 0.45% -
HSV(B) 0.63º 0.59% 0.64% -
XYZ 18.48 12.57 6.92 -
YUV 97.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 164 69 68 0 0.58 0.59 0.36 0.63 0.41 0.45
Hex A4 45 44 0 3A 3B 24 1 29 2D
Octal 244 105 104 0 72 73 44 1 51 55
Binary 10100100 1000101 1000100 0 111010 111011 100100 1 101001 101101

Color Harmonies of #A44544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44544

Black with #A44544

Text Example


Text Example

White with #A44544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44544; }

 p { color: rgb(164,69,68); }

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

background-color css

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

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

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

border-color css

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

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

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