Html Css Color HEX #A04C44 Roof Terracotta

📋 copy color: '#A04C44'

red 160 ◦ green 76 ◦ blue 68

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

Shades of Roof Terracotta #A04C44

Tints of Roof Terracotta #A04C44

RGB

 RED value IS 160 (62.89% from 255) = 52.63%

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

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

R = 52.63%
G = 25%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A04C44 (or 0xA04C44) is known color: Roof Terracotta. HEX triplet: A0, 4C and 44. RGB value is (160,76,68). Sum of RGB (Red+Green+Blue) = 160+76+68=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C44 is #5FB3BB. Grayscale: #646464. Windows color (decimal): -6271932 or 4476064. OLE color: 4476064.

HSL color Cylindrical-coordinate representation of color #A04C44: hue angle of 5.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04C44 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 76 68 -
CMYK 0 0.52 0.57 0.37
HSL 5.22º 0.4% 0.45% -
HSV(B) 5.22º 0.58% 0.63% -
XYZ 18.13 13.06 7.03 -
YUV 100.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 160 76 68 0 0.52 0.57 0.37 5.22 0.4 0.45
Hex A0 4C 44 0 34 39 25 5 28 2D
Octal 240 114 104 0 64 71 45 5 50 55
Binary 10100000 1001100 1000100 0 110100 111001 100101 101 101000 101101

Color Harmonies of #A04C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C44

Black with #A04C44

Text Example


Text Example

White with #A04C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C44; }

 p { color: rgb(160,76,68); }

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

background-color css

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

 a { background-color: rgb(160,76,68); }

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

border-color css

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

 span { border-color: rgb(160,76,68); }

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