Html Css Color HEX #A05536 Piper

📋 copy color: '#A05536'

red 160 ◦ green 85 ◦ blue 54

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

Shades of Piper #A05536

Tints of Piper #A05536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 53.51%
G = 28.43%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A05536 (or 0xA05536) is known color: Piper. HEX triplet: A0, 55 and 36. RGB value is (160,85,54). Sum of RGB (Red+Green+Blue) = 160+85+54=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A05536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05536 is #5FAAC9. Grayscale: #686868. Windows color (decimal): -6269642 or 3560864. OLE color: 3560864.

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

Color convert

RGB 160 85 54 -
CMYK 0 0.47 0.66 0.37
HSL 17.55º 0.5% 0.42% -
HSV(B) 17.55º 0.66% 0.63% -
XYZ 18.41 14.24 5.27 -
YUV 103.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 160 85 54 0 0.47 0.66 0.37 17.55 0.5 0.42
Hex A0 55 36 0 2F 42 25 12 32 2A
Octal 240 125 66 0 57 102 45 22 62 52
Binary 10100000 1010101 110110 0 101111 1000010 100101 10010 110010 101010

Color Harmonies of #A05536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05536

Black with #A05536

Text Example


Text Example

White with #A05536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05536; }

 p { color: rgb(160,85,54); }

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

background-color css

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

 a { background-color: rgb(160,85,54); }

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

border-color css

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

 span { border-color: rgb(160,85,54); }

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