Html Css Color HEX #A15132 Piper

📋 copy color: '#A15132'

red 161 ◦ green 81 ◦ blue 50

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

Shades of Piper #A15132

Tints of Piper #A15132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

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

R = 55.14%
G = 27.74%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A15132 (or 0xA15132) is known color: Piper. HEX triplet: A1, 51 and 32. RGB value is (161,81,50). Sum of RGB (Red+Green+Blue) = 161+81+50=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A15132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15132 is #5EAECD. Grayscale: #656565. Windows color (decimal): -6205134 or 3297697. OLE color: 3297697.

HSL color Cylindrical-coordinate representation of color #A15132: hue angle of 16.76º 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 #A15132 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 50 -
CMYK 0 0.50 0.69 0.37
HSL 16.76º 0.53% 0.41% -
HSV(B) 16.76º 0.69% 0.63% -
XYZ 18.22 13.69 4.7 -
YUV 101.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 161 81 50 0 0.50 0.69 0.37 16.76 0.53 0.41
Hex A1 51 32 0 32 45 25 11 35 29
Octal 241 121 62 0 62 105 45 21 65 51
Binary 10100001 1010001 110010 0 110010 1000101 100101 10001 110101 101001

Color Harmonies of #A15132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15132

Black with #A15132

Text Example


Text Example

White with #A15132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15132; }

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

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

background-color css

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

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

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

border-color css

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

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

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