Html Css Color HEX #A04D44 Roof Terracotta

📋 copy color: '#A04D44'

red 160 ◦ green 77 ◦ blue 68

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

Shades of Roof Terracotta #A04D44

Tints of Roof Terracotta #A04D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.25%

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

R = 52.46%
G = 25.25%
B = 22.3%

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

#A04D44 (or 0xA04D44) is known color: Roof Terracotta. HEX triplet: A0, 4D and 44. RGB value is (160,77,68). Sum of RGB (Red+Green+Blue) = 160+77+68=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D44 is #5FB2BB. Grayscale: #646464. Windows color (decimal): -6271676 or 4476320. OLE color: 4476320.

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

Color convert

RGB 160 77 68 -
CMYK 0 0.52 0.57 0.37
HSL 5.87º 0.4% 0.45% -
HSV(B) 5.87º 0.58% 0.63% -
XYZ 18.19 13.2 7.06 -
YUV 100.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 160 77 68 0 0.52 0.57 0.37 5.87 0.4 0.45
Hex A0 4D 44 0 34 39 25 6 28 2D
Octal 240 115 104 0 64 71 45 6 50 55
Binary 10100000 1001101 1000100 0 110100 111001 100101 110 101000 101101

Color Harmonies of #A04D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D44

Black with #A04D44

Text Example


Text Example

White with #A04D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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