Html Css Color HEX #A44040 Roof Terracotta

📋 copy color: '#A44040'

red 164 ◦ green 64 ◦ blue 64

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

Shades of Roof Terracotta #A44040

Tints of Roof Terracotta #A44040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 56.16%
G = 21.92%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A44040 (or 0xA44040) is known color: Roof Terracotta. HEX triplet: A4, 40 and 40. RGB value is (164,64,64). Sum of RGB (Red+Green+Blue) = 164+64+64=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A44040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44040 is #5BBFBF. Grayscale: #5E5E5E. Windows color (decimal): -6012864 or 4210852. OLE color: 4210852.

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

Color convert

RGB 164 64 64 -
CMYK 0 0.61 0.61 0.36
HSL 0.44% 0.45% -
HSV(B) 0.61% 0.64% -
XYZ 18.07 11.93 6.2 -
YUV 93.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 164 64 64 0 0.61 0.61 0.36 0 0.44 0.45
Hex A4 40 40 0 3D 3D 24 0 2C 2D
Octal 244 100 100 0 75 75 44 0 54 55
Binary 10100100 1000000 1000000 0 111101 111101 100100 0 101100 101101

Color Harmonies of #A44040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44040

Black with #A44040

Text Example


Text Example

White with #A44040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44040; }

 p { color: rgb(164,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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