Html Css Color HEX #A15133 Piper

📋 copy color: '#A15133'

red 161 ◦ green 81 ◦ blue 51

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

Shades of Piper #A15133

Tints of Piper #A15133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 54.95%
G = 27.65%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A15133 (or 0xA15133) is known color: Piper. HEX triplet: A1, 51 and 33. RGB value is (161,81,51). Sum of RGB (Red+Green+Blue) = 161+81+51=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A15133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15133 is #5EAECC. Grayscale: #656565. Windows color (decimal): -6205133 or 3363233. OLE color: 3363233.

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

Color convert

RGB 161 81 51 -
CMYK 0 0.50 0.68 0.37
HSL 16.36º 0.52% 0.42% -
HSV(B) 16.36º 0.68% 0.63% -
XYZ 18.24 13.7 4.82 -
YUV 101.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 161 81 51 0 0.50 0.68 0.37 16.36 0.52 0.42
Hex A1 51 33 0 32 44 25 10 34 2A
Octal 241 121 63 0 62 104 45 20 64 52
Binary 10100001 1010001 110011 0 110010 1000100 100101 10000 110100 101010

Color Harmonies of #A15133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15133

Black with #A15133

Text Example


Text Example

White with #A15133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15133; }

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

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

background-color css

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

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

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

border-color css

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

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

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