Html Css Color HEX #A04E34 Piper

📋 copy color: '#A04E34'

red 160 ◦ green 78 ◦ blue 52

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

Shades of Piper #A04E34

Tints of Piper #A04E34

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.9%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 55.17%
G = 26.9%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A04E34 (or 0xA04E34) is known color: Piper. HEX triplet: A0, 4E and 34. RGB value is (160,78,52). Sum of RGB (Red+Green+Blue) = 160+78+52=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E34 is #5FB1CB. Grayscale: #636363. Windows color (decimal): -6271436 or 3428000. OLE color: 3428000.

HSL color Cylindrical-coordinate representation of color #A04E34: hue angle of 14.44º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04E34 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 78 52 -
CMYK 0 0.51 0.68 0.37
HSL 14.44º 0.51% 0.42% -
HSV(B) 14.44º 0.68% 0.63% -
XYZ 17.84 13.17 4.85 -
YUV 99.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 160 78 52 0 0.51 0.68 0.37 14.44 0.51 0.42
Hex A0 4E 34 0 33 44 25 E 33 2A
Octal 240 116 64 0 63 104 45 16 63 52
Binary 10100000 1001110 110100 0 110011 1000100 100101 1110 110011 101010

Color Harmonies of #A04E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E34

Black with #A04E34

Text Example


Text Example

White with #A04E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E34; }

 p { color: rgb(160,78,52); }

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

background-color css

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

 a { background-color: rgb(160,78,52); }

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

border-color css

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

 span { border-color: rgb(160,78,52); }

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