Html Css Color HEX #A44744 Roof Terracotta

📋 copy color: '#A44744'

red 164 ◦ green 71 ◦ blue 68

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

Shades of Roof Terracotta #A44744

Tints of Roof Terracotta #A44744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

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

R = 54.13%
G = 23.43%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A44744 (or 0xA44744) is known color: Roof Terracotta. HEX triplet: A4, 47 and 44. RGB value is (164,71,68). Sum of RGB (Red+Green+Blue) = 164+71+68=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A44744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44744 is #5BB8BB. Grayscale: #626262. Windows color (decimal): -6011068 or 4474788. OLE color: 4474788.

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

Color convert

RGB 164 71 68 -
CMYK 0 0.57 0.59 0.36
HSL 1.88º 0.41% 0.45% -
HSV(B) 1.88º 0.59% 0.64% -
XYZ 18.61 12.82 6.96 -
YUV 98.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 164 71 68 0 0.57 0.59 0.36 1.88 0.41 0.45
Hex A4 47 44 0 39 3B 24 2 29 2D
Octal 244 107 104 0 71 73 44 2 51 55
Binary 10100100 1000111 1000100 0 111001 111011 100100 10 101001 101101

Color Harmonies of #A44744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44744

Black with #A44744

Text Example


Text Example

White with #A44744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44744; }

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

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

background-color css

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

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

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

border-color css

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

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

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