Html Css Color HEX #A05535 Piper

📋 copy color: '#A05535'

red 160 ◦ green 85 ◦ blue 53

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

Shades of Piper #A05535

Tints of Piper #A05535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 53.69%
G = 28.52%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A05535 (or 0xA05535) is known color: Piper. HEX triplet: A0, 55 and 35. RGB value is (160,85,53). Sum of RGB (Red+Green+Blue) = 160+85+53=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A05535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05535 is #5FAACA. Grayscale: #676767. Windows color (decimal): -6269643 or 3495328. OLE color: 3495328.

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

Color convert

RGB 160 85 53 -
CMYK 0 0.47 0.67 0.37
HSL 17.94º 0.5% 0.42% -
HSV(B) 17.94º 0.67% 0.63% -
XYZ 18.39 14.23 5.15 -
YUV 103.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 160 85 53 0 0.47 0.67 0.37 17.94 0.5 0.42
Hex A0 55 35 0 2F 43 25 12 32 2A
Octal 240 125 65 0 57 103 45 22 62 52
Binary 10100000 1010101 110101 0 101111 1000011 100101 10010 110010 101010

Color Harmonies of #A05535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05535

Black with #A05535

Text Example


Text Example

White with #A05535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05535; }

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

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

background-color css

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

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

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

border-color css

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

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

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