Html Css Color HEX #A15532 Piper

📋 copy color: '#A15532'

red 161 ◦ green 85 ◦ blue 50

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

Shades of Piper #A15532

Tints of Piper #A15532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 54.39%
G = 28.72%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A15532 (or 0xA15532) is known color: Piper. HEX triplet: A1, 55 and 32. RGB value is (161,85,50). Sum of RGB (Red+Green+Blue) = 161+85+50=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A15532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15532 is #5EAACD. Grayscale: #676767. Windows color (decimal): -6204110 or 3298721. OLE color: 3298721.

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

Color convert

RGB 161 85 50 -
CMYK 0 0.47 0.69 0.37
HSL 18.92º 0.53% 0.41% -
HSV(B) 18.92º 0.69% 0.63% -
XYZ 18.52 14.3 4.8 -
YUV 103.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 161 85 50 0 0.47 0.69 0.37 18.92 0.53 0.41
Hex A1 55 32 0 2F 45 25 13 35 29
Octal 241 125 62 0 57 105 45 23 65 51
Binary 10100001 1010101 110010 0 101111 1000101 100101 10011 110101 101001

Color Harmonies of #A15532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15532

Black with #A15532

Text Example


Text Example

White with #A15532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15532; }

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

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

background-color css

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

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

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

border-color css

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

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

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