Html Css Color HEX #A44540 Roof Terracotta

📋 copy color: '#A44540'

red 164 ◦ green 69 ◦ blue 64

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

Shades of Roof Terracotta #A44540

Tints of Roof Terracotta #A44540

RGB

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

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

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

R = 55.22%
G = 23.23%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A44540 (or 0xA44540) is known color: Roof Terracotta. HEX triplet: A4, 45 and 40. RGB value is (164,69,64). Sum of RGB (Red+Green+Blue) = 164+69+64=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A44540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44540 is #5BBABF. Grayscale: #606060. Windows color (decimal): -6011584 or 4212132. OLE color: 4212132.

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

Color convert

RGB 164 69 64 -
CMYK 0 0.58 0.61 0.36
HSL 0.44% 0.45% -
HSV(B) 0.61% 0.64% -
XYZ 18.36 12.52 6.3 -
YUV 96.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 164 69 64 0 0.58 0.61 0.36 3 0.44 0.45
Hex A4 45 40 0 3A 3D 24 3 2C 2D
Octal 244 105 100 0 72 75 44 3 54 55
Binary 10100100 1000101 1000000 0 111010 111101 100100 11 101100 101101

Color Harmonies of #A44540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44540

Black with #A44540

Text Example


Text Example

White with #A44540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44540; }

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

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

background-color css

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

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

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

border-color css

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

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

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