Html Css Color HEX #A44C47 Roof Terracotta

📋 copy color: '#A44C47'

red 164 ◦ green 76 ◦ blue 71

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

Shades of Roof Terracotta #A44C47

Tints of Roof Terracotta #A44C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

 BLUE value IS 71 (28.13% from 255) = 22.83%

R = 52.73%
G = 24.44%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A44C47 (or 0xA44C47) is known color: Roof Terracotta. HEX triplet: A4, 4C and 47. RGB value is (164,76,71). Sum of RGB (Red+Green+Blue) = 164+76+71=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C47 is #5BB3B8. Grayscale: #656565. Windows color (decimal): -6009785 or 4672676. OLE color: 4672676.

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

Color convert

RGB 164 76 71 -
CMYK 0 0.54 0.57 0.36
HSL 3.23º 0.4% 0.46% -
HSV(B) 3.23º 0.57% 0.64% -
XYZ 19.03 13.52 7.57 -
YUV 101.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 164 76 71 0 0.54 0.57 0.36 3.23 0.4 0.46
Hex A4 4C 47 0 36 39 24 3 28 2E
Octal 244 114 107 0 66 71 44 3 50 56
Binary 10100100 1001100 1000111 0 110110 111001 100100 11 101000 101110

Color Harmonies of #A44C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C47

Black with #A44C47

Text Example


Text Example

White with #A44C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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