Html Css Color HEX #A05539 Piper

📋 copy color: '#A05539'

red 160 ◦ green 85 ◦ blue 57

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

Shades of Piper #A05539

Tints of Piper #A05539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 52.98%
G = 28.15%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A05539 (or 0xA05539) is known color: Piper. HEX triplet: A0, 55 and 39. RGB value is (160,85,57). Sum of RGB (Red+Green+Blue) = 160+85+57=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A05539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05539 is #5FAAC6. Grayscale: #686868. Windows color (decimal): -6269639 or 3757472. OLE color: 3757472.

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

Color convert

RGB 160 85 57 -
CMYK 0 0.47 0.64 0.37
HSL 16.31º 0.47% 0.43% -
HSV(B) 16.31º 0.64% 0.63% -
XYZ 18.48 14.27 5.65 -
YUV 104.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 160 85 57 0 0.47 0.64 0.37 16.31 0.47 0.43
Hex A0 55 39 0 2F 40 25 10 2F 2B
Octal 240 125 71 0 57 100 45 20 57 53
Binary 10100000 1010101 111001 0 101111 1000000 100101 10000 101111 101011

Color Harmonies of #A05539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05539

Black with #A05539

Text Example


Text Example

White with #A05539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05539; }

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

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

background-color css

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

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

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

border-color css

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

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

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