Html Css Color HEX #A04844 Roof Terracotta

📋 copy color: '#A04844'

red 160 ◦ green 72 ◦ blue 68

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

Shades of Roof Terracotta #A04844

Tints of Roof Terracotta #A04844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

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

R = 53.33%
G = 24%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A04844 (or 0xA04844) is known color: Roof Terracotta. HEX triplet: A0, 48 and 44. RGB value is (160,72,68). Sum of RGB (Red+Green+Blue) = 160+72+68=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A04844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04844 is #5FB7BB. Grayscale: #616161. Windows color (decimal): -6272956 or 4475040. OLE color: 4475040.

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

Color convert

RGB 160 72 68 -
CMYK 0 0.55 0.57 0.37
HSL 2.61º 0.4% 0.45% -
HSV(B) 2.61º 0.58% 0.63% -
XYZ 17.86 12.53 6.95 -
YUV 97.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 160 72 68 0 0.55 0.57 0.37 2.61 0.4 0.45
Hex A0 48 44 0 37 39 25 3 28 2D
Octal 240 110 104 0 67 71 45 3 50 55
Binary 10100000 1001000 1000100 0 110111 111001 100101 11 101000 101101

Color Harmonies of #A04844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04844

Black with #A04844

Text Example


Text Example

White with #A04844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04844; }

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

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

background-color css

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

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

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

border-color css

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

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

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