Html Css Color HEX #A44944 Roof Terracotta

📋 copy color: '#A44944'

red 164 ◦ green 73 ◦ blue 68

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

Shades of Roof Terracotta #A44944

Tints of Roof Terracotta #A44944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

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

R = 53.77%
G = 23.93%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A44944 (or 0xA44944) is known color: Roof Terracotta. HEX triplet: A4, 49 and 44. RGB value is (164,73,68). Sum of RGB (Red+Green+Blue) = 164+73+68=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A44944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44944 is #5BB6BB. Grayscale: #636363. Windows color (decimal): -6010556 or 4475300. OLE color: 4475300.

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

Color convert

RGB 164 73 68 -
CMYK 0 0.55 0.59 0.36
HSL 3.13º 0.41% 0.45% -
HSV(B) 3.13º 0.59% 0.64% -
XYZ 18.74 13.07 7.01 -
YUV 99.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 164 73 68 0 0.55 0.59 0.36 3.13 0.41 0.45
Hex A4 49 44 0 37 3B 24 3 29 2D
Octal 244 111 104 0 67 73 44 3 51 55
Binary 10100100 1001001 1000100 0 110111 111011 100100 11 101001 101101

Color Harmonies of #A44944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44944

Black with #A44944

Text Example


Text Example

White with #A44944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44944; }

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

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

background-color css

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

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

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

border-color css

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

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

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