Html Css Color HEX #A15531 Piper

📋 copy color: '#A15531'

red 161 ◦ green 85 ◦ blue 49

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

Shades of Piper #A15531

Tints of Piper #A15531

RGB

 RED value IS 161 (63.28% from 255) = 54.58%

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

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 54.58%
G = 28.81%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A15531 (or 0xA15531) is known color: Piper. HEX triplet: A1, 55 and 31. RGB value is (161,85,49). Sum of RGB (Red+Green+Blue) = 161+85+49=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A15531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15531 is #5EAACE. Grayscale: #676767. Windows color (decimal): -6204111 or 3233185. OLE color: 3233185.

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

Color convert

RGB 161 85 49 -
CMYK 0 0.47 0.70 0.37
HSL 19.29º 0.53% 0.41% -
HSV(B) 19.29º 0.7% 0.63% -
XYZ 18.5 14.3 4.69 -
YUV 103.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 161 85 49 0 0.47 0.70 0.37 19.29 0.53 0.41
Hex A1 55 31 0 2F 46 25 13 35 29
Octal 241 125 61 0 57 106 45 23 65 51
Binary 10100001 1010101 110001 0 101111 1000110 100101 10011 110101 101001

Color Harmonies of #A15531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15531

Black with #A15531

Text Example


Text Example

White with #A15531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15531; }

 p { color: rgb(161,85,49); }

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

background-color css

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

 a { background-color: rgb(161,85,49); }

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

border-color css

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

 span { border-color: rgb(161,85,49); }

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