Html Css Color HEX #A15332 Piper

📋 copy color: '#A15332'

red 161 ◦ green 83 ◦ blue 50

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

Shades of Piper #A15332

Tints of Piper #A15332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 54.76%
G = 28.23%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A15332 (or 0xA15332) is known color: Piper. HEX triplet: A1, 53 and 32. RGB value is (161,83,50). Sum of RGB (Red+Green+Blue) = 161+83+50=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A15332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15332 is #5EACCD. Grayscale: #666666. Windows color (decimal): -6204622 or 3298209. OLE color: 3298209.

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

Color convert

RGB 161 83 50 -
CMYK 0 0.48 0.69 0.37
HSL 17.84º 0.53% 0.41% -
HSV(B) 17.84º 0.69% 0.63% -
XYZ 18.37 13.99 4.75 -
YUV 102.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 161 83 50 0 0.48 0.69 0.37 17.84 0.53 0.41
Hex A1 53 32 0 30 45 25 12 35 29
Octal 241 123 62 0 60 105 45 22 65 51
Binary 10100001 1010011 110010 0 110000 1000101 100101 10010 110101 101001

Color Harmonies of #A15332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15332

Black with #A15332

Text Example


Text Example

White with #A15332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15332; }

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

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

background-color css

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

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

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

border-color css

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

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

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